Math
Executes the specified Math worksheet.
Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
---|---|---|---|---|---|---|
Math | Module Activity | Synchronous | Supported | Supported | Supported | Supported |
Syntax
Math( numWorksheet )
- numWorksheet
- The number of the math worksheet to be executed.
Returned value
No returned values.
Examples
Tag Name | Expression |
---|---|
Math( 6 ) |
CAUTION:
Running a Math worksheet from inside another module will pause that module until the Math worksheet finishes. Consequently, use this function only when absolutely necessary to avoid decreasing the performance of the other modules.