%XML_GetLastErrorMessage function


Function
The function returns the text description of the last XML operation success.
Declaration
TEXT %XML_GetLastErrorMessage()
Parameters
None.
Return value
Error text.
Description
The function returns the text description of the XML operation success. If no error occurred (ErrorCode = 0), the function returns empty text.
Example
 TEXT _errorMsg
 _errorMsg :=  %XML_GetLastErrorMessage()
 
Napíšte komentár