Trace is a built-in scripting function that displays a text message in the Output window. It is typically used to debug the project.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
Trace | Log Message | Synchronous | Supported | Supported | Not Supported |
Trace("Beginning step 5.")
Trace(Date)
Trace("The current second of the minute is " + Second + " and the system tick is " + GetTickCount() + " ms.")