status = fclose ( fileHandle ) ;
handle fileHandle
- The handle to the file opened with fopen().
str status
- $ACKNOWLEDGE
The file was closed.
The STATUS variable is set to $ACKNOWLEDGE
%ARGUMENT : Invalid arguments. Usage: status = fclose ( fileHandle ) ;
None