Returns TRUE if the specified value is an error string. Otherwise FALSE will be returned.
IsErrorString([Value])
Where:
Value is the value to check
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. |