I also want a EnableOnErrorsLineSupport!
So I could do:
Code: Select all
#ErrorSupport = #True
CompilerIf #ErrorSupport
EnableOnErrorsLineSupport
Declare Error()
OnErrorGosub(@Error())
CompilerEndIf
I actually think that all compiler options should be declared like that, you know...
Code: Select all
StartCompilerOptions
EnableExplicit
EnableDebugger
EnableXPSkinSupport
EnableOnErrorsLineSupport
SetExecutableFormat = #Windows|#AllCPU
SetExecutableIcon = "icon.ico"
EndCompilerOptions