Function reference
Opens a list window and outputs argument text to it.
This is a useful function when debugging components and parameter return values.
Output( ‘text’ )
Argument | Description |
Text | The text to output to the list window. |
Example 1
This example will write the current SessionId to the output window
output(‘My session id:’ + GetJobSessionId());
Need more help with this?
DON'T HESITATE TO CONTACT US HERE ..