NTPGetErrorText ( <ErrorNumber> ) -> <ErrorText>
Description
The function converts a NotesToPaper error code to a plain text message.
Declaration for Lotus Script
Declare Function NTPGetErrorText Lib "NTP.DLL" ( ByVal ErrorNumber As Long ) As String
Parameter
<ErrorNumber> (LONG)
Number of the error (negative value)
Return value
<ErrorText> (STRING)
The error number as plain text message