Post Reply 
HP PPL compiler big, nasty, hairy, smelly, creapy BUG!
01-10-2014, 10:34 AM
Post: #2
RE: HP PPL compiler big, nasty, hairy, smelly, creapy BUG!
(01-10-2014 09:59 AM)veeblefester Wrote:  EXPR(varptr + ":=" + var1);
I have no idea what I'm talking about, but the string in var1 probably needs quoting:
EXPR(varptr + ":=\"" + var1 + "\"");

Could be something else as I'm not familiar with HP PPL:
EXPR(varptr + ":='" + var1 + "'");

At least thats my understanding why using a number in var1 is fine but a string is not.

HTH
Thomas
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP PPL compiler big, nasty, hairy, smelly, creapy BUG! - Thomas Klemm - 01-10-2014 10:34 AM



User(s) browsing this thread: 1 Guest(s)