Page 1 of 1

Compiler defined constants

Posted: Tue Mar 30, 2010 11:49 am
by MichaelM
Hello,

The compiler has conditional includes

Compiler Variable If

is there a way to define compiler variables in the script or can they only be added at the command line?

I am looking at how to conditional include components. If a compiler variable is not defined then I want to include all components.

Another option would be if the Compiler Variable If directive could accept multiple arguments. For example

if (val = 1) or (val = 2) then

endif