FPOSIT (XFILE)
9.0D
The FPOSIT instruction retrieves the current position of the recordset. The instruction uses the following format:
|
|
|
|
Where:
label
Optional. A Program Execution Label.
xfile
Required. A previously defined and opened XFILE variable whose current position is returned.
offset
Required. A previously defined Numeric Variable in which the current position is returned.
Flags Affected: OVER, ZERO
Note the following:
The result of this statement is compatible with the REPOSIT instruction.
The current position remains unchanged.
If the position is zero, the ZERO condition flag is set.
If {offset} is not large enough to hold the position, the result is indeterminate and the OVER condition flag is set.
See Also: XML Support
![]() |