Home Search

DriveWorks Solo 21
IsErrorString

Send Feedback

IsErrorString

Returns TRUE if the specified value is an error string. Otherwise FALSE will be returned.

Syntax

IsErrorString([Value])

Where:

Value is the value to check

Examples

Rule

Meaning
IsErrorString(DWVariableCustomerNames)Will check the variable CustomerNames for an error string and report True if the value is reporting an error.
IsErrorString("#DBCONNECT! ("Could not connect to server")")Returns True as #DBCONNECT! ("Could not connect to server") is a valid error string.