Up

_errGetLastEx

Return the last stored error. This function would be better for the language developer but it can be helpful for the application developer.
This function should be called immediately after the return to check. Later, its result can be corrupted from another internal call.

Prototype :

fun [] [I S I S]

Return : [I I S] The last error code, and the internal function, the line and the file from the language source code where the error has been detected.

See also :

_errGetLast

Generic codes

Example :

See the head of this section.

Note :