...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxGetFileBytePointer(fileId : INTEGER;
VAR actualBytePointer : INTEGER)
status : INTEGER;
|
The xpxGetFileBytePointer function returns the current file positions of the specified open file fileId. The current file position is returned as a byte number in the actualBytepointer (starting from 0) argument.
Arguments
...
Type | Name | Comment |
INTEGER | fileId | comment |
INTEGER | actualBytePointer |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|