Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

fileId

...

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

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

...

 

Example

...

Code Block
languagecpp
<Missing Example>

...