Page 1 of 1

Preprocessor to translate statement

Posted: Sun Dec 09, 2018 5:16 am
by unixkd
Iwant a preprocessor to translate:

MyList():<xVar> => MyList():GetCode( <"xVar">)
e,g.
MyList():AreaCode => MyList():GetCode("AreaCode")

Thanks

Joe

Re: Preprocessor to translate statement

Posted: Sun Dec 09, 2018 8:26 am
by rdonnay
The preprocessor seems to be incapable of this translation.

No matter how I try to code it, I get an invalid marker or a complete lockup of the compiler.

Re: Preprocessor to translate statement

Posted: Sun Dec 09, 2018 8:30 am
by Tom
Same with me. The quotation marks kill the job.