!ifdef and compile time commands
Hi there,
Is there a way to check that a symbol exists but also has a particular value ?
I know I can do that without any problem:
!ifdef MYSYMBOL
blablabla
!endif
But what I would like is more something like that:
!ifdef MYSYMBOL = "the value"
blablabla
!endif
Thanks a lot!
Jack