Parameter | Description |
---|---|
iItem | Index item number (zero-based) |
Detailed error message for a zero-based item in the error queue
Function ErrorMessageDetailed Integer iItem Returns String
Call: | Get ErrorMessageDetailed iItem to StringVariable |
ErrorMessageDetailed returns a detailed error message for a zero based item in the error queue. In addition to the information provided by ErrorMessage it contains the error number, the line number error and table/column numbers. This is information, which might not be meaningful to an end user, could be of value to the developer.
See ErrorQueueStart for more information on queued errors.