Hi all.
Does anybody know if it is possible to pack some instructions like c does with #define
Originally created by: scott_cunningham
I don't think so. There are some conditional pragmas, including a define one, but I have not been able to do something like:
{define Increment 'Count := Count + 1'} ... Increment;
Thanks scott
Log in to post a comment.
Hi all.
Does anybody know if it is possible to pack some instructions like c does with #define
Originally created by: scott_cunningham
I don't think so. There are some conditional pragmas, including a define one, but I have not been able to do something like:
Thanks scott