LastError Property
Object List Next Object
Defined By: SystemTools
Description:
Identifier of system error from last function called. Because of the operation
of the interpreter, it is not useful to declare and invoke the API
GetLastError, since it will always return the no-error code. The Phoenix Engine caches the
last error code for each declared function invocation, so it can be accessed
via this property.
You can also set the value of the LastError property to get the corresponding
default system error message string from the LastErrorMessage property.
Details:
Data Type: Long