Equinox Online Help - Language Reference - A to Z
Expression |
|
|---|---|
| Applies to | ![]() |
| Syntax | string Expression(MacroTextExpression) |
| Action | [statement] Compiles and executes the text held in the string 'MacroTextExpression' and returns the result as a string. |
| Scope | Usable anywhere |
| Notes | This method language is very similar to ExecuteMacro except that it is a statement not a function. If an error occurs the result is a zero length string. |
| Category | Flow Control |
| See Also | |
| Example | This example prints to screen the calculation of the users input. number Age |
