Post Reply 
HP PPL compiler big, nasty, hairy, smelly, creapy BUG!
01-11-2014, 07:42 AM
Post: #10
RE: HP PPL compiler big, nasty, hairy, smelly, creapy BUG!
Han, I will stop calling it a bug.

The point is that the single line of code

EXPR(varptr+":="+'"var1"');

that came about because of the efforts of three members

Han, Thomas Klemm and a minor contribution by veeblefester

is a better, more elegant solution than

IF TYPE(var1)==2 then var1:=STRING(var1); end;
EXPR(varptr + ":=" + var1);.

With this solution to indirect addressing in hand

I am ready to start having some fun writing code for my app
on my new Prime.

Best wishes to all that helped me.

I am certain, that with no Advanced User Guide for HP PPL

you boys and girls will be hearing from me in the not

too distant future.

Happy coding from veeblefester.

Happy coding and may you see ' i No errors in the program ' with every compilation.
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! - veeblefester - 01-11-2014 07:42 AM



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