xf_get_last_error_message
Contents
Description
This string function is used to get the last error message of the XFunction engine.
Syntax
string xf_get_last_error_message()
Return
Returns the error message text.
Example
if(xf_get_last_error_code()) { string msg$ = xf_get_last_error_message()$; ty %(msg$); }