xf_get_last_error_message

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$);
}

See Also

xf_get_last_error_code