Log Error
Structure
LogError(sError: Text)
Type
Procedure
Description
This procedure is used to aid in debugging only. When debugging a script (NOT when it is being executed in normal functionality) the sError is shown as a message dialog. This is often helpful for showing a variable value in debugging.
Parameters: 1
sError = message to display when debugging
Examples
LogError("My exception is here") |