webCOMAND

#EVAL

Syntax

#EVAL(cScript)

Parameters

  • cScript - Variable or string containing cScript code to evaluate.

Description

Evaluate a variable or string containing cScript code.

Related

#PERL, #PHP

Example

#ASSIGN($Name, 'John Smith')
#EVAL('$$Name')

Result

John Smith