K
Krishna Kumar
Guest
Hi, We need to pass arguments/parameters in an include file. The purpose of these arguments will be to comment a block of code in the include file. So some portion of code in the include file will be commented in case the argument is passed to include file. I tried writing one .i file and one .p file . commentcall.p {inc/comment.i &opencomment="/*" &closecomment="/*"} comment.i {&opencomment} Display "Code Has Not Been Commented" . {&closecomment} However it's not working. It throws an error Än open comment "/*" was found but no close string. Please let me know how to fix the issue. Thanks, Krishna
Continue reading...
Continue reading...