The #evaluate directive is similar to the StreamServe script function eval(). It can be used to dynamically evaluate all TEL grammar. This allows Template Engine to evaluate a string that is created at render time.
#set($mydirective = '#set($foo='bar') $foo')#evaluate($mydirective) bar
OpenText StreamServe 5.6 | Updated: 2013-03-01 |