Inline code

2016-10-04
2023-08-17
  • josepmariarams - 2016-10-04

    Hi all.

    Does anybody know if it is possible to pack some instructions like c does with #define

     
  • Anonymous - 2016-10-06

    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;
    
     
  • josepmariarams - 2016-10-08

    Thanks scott

     

Log in to post a comment.