/
xpxSetFileBytePointer
xpxSetFileBytePointer
FUNCTION xpxSetFileBytePointer(fileId, bytePointer : INTEGER) status : INTEGER;
The xpxSetFileBytePointer function will flush the actual file and set the current file position of the specified open file fileId to the specified byte number bytePointer (starting from 0).
Arguments
Type | Name | Comment |
INTEGER | fileId | File id of the open file |
INTEGER | bytePointer | Byte number to set the current file position |
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.
, multiple selections available,
Related content
xpxGetFileBytePointer
xpxGetFileBytePointer
More like this
xpxFlushFile
xpxFlushFile
More like this
xpxOpenFile
xpxOpenFile
More like this
xpxWriteFile
xpxWriteFile
More like this
xpfOpenFile
xpfOpenFile
More like this
xpxReadFile
xpxReadFile
More like this