K
Krishna Kumar
Guest
I tried writing below piece of code &IF DEFINED(CONV) = 0 &THEN DISPLAY "inside uncommented block". &ELSE DISPLAY "inside commented block". &ENDIF However irresepective of TRUE/FALSE whatever you pass it always display "inside uncommented block". {inc/comment.i CONV = "TRUE"}
Continue reading...
Continue reading...