SEQNUMGET
Syntax
SEQNUMGET ( )
Description
Returns the current value of SEQNUM.
Returns
Returns the current number in the sequence generated by the SEQNUM function.
Remarks
SEQNUM must be called before any call to SEQNUMGET.
Do not use SEQNUM and SEQNUMGET in the same block.
Example
SEQNUMGET( )
Returns: If the current value of SEQNUM is 12, returns 12.