G
goo
Guest
I am not sure what you want to do, but I don't think the compiler will let you do that. What you could do is to use &Scope-define or &global-define to tell the compiler not to include some code: mytest.p &global-scope CommentCodeA {test.i $myVar="Test" "Hello world"} &undefine CommentCodeA ----------------------------------------------------------------- test.i &IF NOT DEFINED(CommentCodeA) &THEN MESSAGE "{1}" VIEW-AS ALERT-BOX INFO BUTTONS OK. &ENDIF MESSAGE 'Test - {2} ' VIEW-AS ALERT-BOX INFO BUTTONS OK. Is this what you want to accomplish ? //Geir Otto
Continue reading...
Continue reading...