If you want to output text that is recognized as TEL grammar, you must escape this text. For example, if you want to output ##ALERT!##, you will see that this string is not included in the output since it is recognized as a line comment.
#[[##ALERT!##]]##set($abc=123)$abc#[[#set($def=456)$def]]# ##ALERT!##123#set($def=456)$defTo escape valid TEL references (# and $), there is an alternative escape mechanism. If you for example have a variable named $sum and want to output the string $sum, you can escape the dollar sign ($) with a backslash.
#set($abc=123)$abcValue of \$abc aboveis defined using \#set() 123Value of $abc aboveis defined using #set()
OpenText StreamServe 5.6 | Updated: 2013-03-01 |