Return the result of the given expression.

Syntax

Smartsite SXML CopyCode image Copy Code
any sys.eval(any expression)
any sys.eval(any expression, any translationScope)

Parameters

Name Data Type Description
expression Any The expression to evaluate.
translationScope Any The location of the item to use as translation scope.

Return Value

Data Type Description
Any The result of the given expression.

Expand image Remarks

Expand image Examples

Expand image See Also

SXML