Errors encountered while processing will be listed in Debug/CLI and also be stored in the value of errorString.
To have an error displayed on the interface, place a label and configure its Update Value to be [errorString].
To clear the errorString, use !clearError, such as when the error label control is clicked for event code.
When cleared, errorString holds "No Errors".
|