Page 1 of 1

Defined(my_macro,#PB_Macro)

Posted: Sun Feb 14, 2010 2:51 pm
by Seymour Clufley
Would this be possible?

Re: Defined(my_macro,#PB_Macro)

Posted: Sun Feb 14, 2010 3:09 pm
by Fred
'my_macro' will be changed with the macro content if it is already declared, so it won't work.

Re: Defined(my_macro,#PB_Macro)

Posted: Sun Feb 14, 2010 4:07 pm
by Trond
How about giving the macro name as a string, then?