GetPosition Method (XDATA)
9.8A
The GetPosition method returns the numeric position of the current node. This position value is unique value for each existing node. The method uses the following format:
|
|
|
|
Where:
Flags Affected: EOS, OVER, ZERO
Note the following:
The ZERO flag is set if the {return} value is zero.
The OVER flag is set TRUE if the position value is too large to be stored in the {return} numeric variable.
The EOS flag is always set FALSE.
The MoveToNode method repositions to the value returned by the GetPosition method.
See Also: XDATA, XDATA Methods, Method Syntax
![]() |