getsysstat
| getsysstat | 
  Purpose
 
  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 
  Module
 
 
