getsysstat


Purpose
Get the system status.
Synopsis
function getsysstat:integer
Return value
0 if the last operation of the module was executed sucessfully.
Example
In this example we attempt to delete the file randomfile. If this is unsuccessful, a warning message is displayed:
fdelete("randomfile")
if getsysstat <> 0 then
 writeln("randomfile could not be deleted.")
end-if 


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.