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.2 | Updated: 2018-01-26 |