I wanted to check, whether a macro is defined:
Code: Select all
CompilerIf Defined(Foo, #PB_Macro)
Debug "Macro 'Foo' is already defined."
CompilerEndIf
Why is there no cnstant #PB_Macro for this purpose?
Is there any other possibility to check, whether a particular macro is defined?
Regards, Little John