Preprocessor to translate statement

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
unixkd
Posts: 565
Joined: Thu Feb 11, 2010 1:39 pm

Preprocessor to translate statement

#1 Post by unixkd »

Iwant a preprocessor to translate:

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

Thanks

Joe

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Preprocessor to translate statement

#2 Post 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.
The eXpress train is coming - and it has more cars.

User avatar
Tom
Posts: 1170
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: Preprocessor to translate statement

#3 Post by Tom »

Same with me. The quotation marks kill the job.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

Post Reply