Specifications

Sicon-8 Technical Manual CircuitWerkes, Inc.
80
Global Scripting Functions.
These function do not require a site identifier in front of them as they are not site related.
Function: @Pause
Parameters: param1
Returns: Nothing
param1 = milliseconds
Example: @Pause 350
Pause execution of the script for 350 milliseconds (.35 seconds)
*************************************************************************************************
Function: @PrintMessage
Parameters: param1
Returns: Nothing
param1 = some message
Example: @PrintMessage MyVar contains the following value: & MyVar
used mostly for debugging. If MyVar's value is 12.45, this will print in the log window MyVar
contains the following value: 12.45