Posted: Fri Aug 17, 2007 7:31 pm
Would it be possible to also disable folding inside CompilerIf?
Code: Select all
; Folding doubles
CompilerIf 0
Procedure Test0()
CompilerElse
Procedure TestX()
CompilerEndIf
EndProcedure