[Implemented] CompilerIf ... if constant not defined ...
Posted: Tue Oct 21, 2003 9:27 am
If a constant is not defined, it would be nice, if the compiler directives interpret them as false:
cu, helpy
(Implemented as 'Defined()')
Code: Select all
CompilerIf #Constant
;... #Constant is defined and is not null
CompilerElse
;... if #Constant is not defined or if it is null
CompilerEndIf(Implemented as 'Defined()')