:SetLastError()
Class
Syntax
:SetLastError( [nErrorCode] ) --> NIL
Parameters
nErrorCode Specifies the last-error code for the caller.
If omitted, resets the LastError to Zero.
Return
NIL
Description
The :SetLastError Method sets the last-error code for the Class. This function is typically used to clear the last error by passing a value of zero as the parameter.
See Also