Hello Shantanu,

On Thu, 23 Oct 2003 11:39:49 +0530, Shantanu wrote

> Is there any way to comment a macro in the templates?

%REM is the comment macro.  Be a little careful with which character you use to 
delimit the commented text.  Any instances of that character in the text itself 
must be doubled.  ie:
%REM='%QInclude=''Some QT'''
would comment out the %QInclude='Some QT' statement.  However:
%REM="%QInclude="Some QT"" would give output:
Some QT""

Alternatively, you can just use different characters all together:
%REM=#%QInclude="Some QT"#

-- 
Hope that helps,
Januk

________________________________________________________

http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to