PQ-RESELECT
Executed from a Proc, resets the pointer of a specified select register to the beginning of the list of item-ids.
Syntax
PQ-RESELECT register-number
Syntax Elements
register-number is the number of the select register to be reset.
Comments
This command, executed from the primary output buffer, resets the pointer of a specified select register to the beginning of the list of item-ids.
Values obtained using the ! reference are not destroyed. The pointer is advanced without affecting the contents of the register.
PQ-RESELECT allows you to make more than one pass through an item-list, without selecting the item-list each time.
This command cannot be executed directly at TCL.
Example
HPQ-RESELECT 1
P