#EVAL
Syntax
#EVAL(cScript)
Parameters
- cScript - Variable or string containing cScript code to evaluate.
Description
Evaluate a variable or string containing cScript code.
Related
Example
#ASSIGN($Name, 'John Smith')
#EVAL('$$Name')
Result
John Smith