Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


 
SYNTAX:
 
xpxWriteFile(fileId                  : INTEGER;
             aValue                  : GENERIC;             maxNumberOfBytesToWrite : INTEGER)
             status                  : INTEGER;
 
The xpxWriteFile function will write the value aValue on the specified open file fileId. The number of bytes to write is equal to the size of the aValue argument or equal to the maxNumberOfBytesToWrite argument if this is less than the size of the aValue argument.

  • No labels