|
|
Return the result of the given expression.
Syntax
| Smartsite SXML |
|
|---|---|
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. |