Error

Result = Error ( )

Returns the code of the last raised error. If there was no error, 0 is returned.

Example :

TRY KILL FileName
IF Error THEN PRINT "Cannot remove file. Error ="; Error


Referenced by :