| Function | Description |
|---|---|
| CreateObject | Creates an object of a specified type |
| Eval | Evaluates an expression and returns the result |
| IsEmpty | Returns a Boolean value that indicates whether a specified variable has been initialized or not |
| IsNull | Returns a Boolean value that indicates whether a specified expression contains no valid data (Null) |
| IsNumeric | Returns a Boolean value that indicates whether a specified expression can be evaluated as a number |
| Round | Rounds a number |