status = fputs ( data , fileHandle ) ;
list data
- The data to output.
handle fileHandle
- The handle of a file opened for write access..
str status
- $ACKNOWLEDGE
The data was output.
The STATUS variable is set to $ACKNOWLEDGE
%ARGUMENT : Invalid arguments. Usage: status = fputs ( data , fileHandle ) ;
%FILE : Invalid file handle
%BOUNDS : Subscript is out of bounds
hello