Page 1 of 1

CompilerElseIf with macro

Posted: Thu Feb 27, 2020 12:59 am
by Sicro

Code: Select all

Macro GetFalse
  #False
EndMacro

CompilerIf GetFalse
CompilerElseIf GetFalse
CompilerEndIf
Line 6: Integer constant expression expected for compiler directives.