xpxWriteFile


FUNCTION 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.                      

Arguments


TypeNameComment
INTEGERfileIdThe open file id
GENERICaValueThe value to be written
INTEGERmaxNumberOfBytesToWriteThe number of bytes to write

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.