Proc Reference > TCL Commands Related to Proc > PQ-RESELECT

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

PQ-RESELECT (Proc) (m618404+pqreselect.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

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

RealityV15.1 (MoTW) Revision 7Comment on this topic