PLErrorToText

<< Click to Display Table of Contents >>

Navigation:  PipeLay > Excel Add-In > Function Reference > General Functions >

PLErrorToText

Previous page Next page

PURPOSE

Takes an error code of the form -9999999XX and returns a corresponding text error.

SYNTAX

PLErrorToText( ErrorCode )

PARAMETERS

Error Code (Integer)

The error code

OUTPUT

A character string containing the error definition or "Unknown Error" if the code is not recognized.

SEE ALSO

Error Codes

Back to Table of Contents