Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%XML_GetLastErrorMessage function


Function
The function return returns the text description of the last XML operation success.
Declaration


Blok kódu
languageesl
themeConfluence
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


Blok kódu
languageesl
themeRDark
 TEXT _errorMsg
 _errorMsg :=  %XML_GetLastErrorMessage()