User's Reference > General > TCL and General User Commands > Command Reference > D > DO

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.

Reality V15.0 ()

DO (TCL) (m604806+do.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

DO

Executes a specified command repeatedly, repainting the screen after each execution.

Note: If DO is too slow for your needs, consider using LOOP-ON as an alternative.

Command Class

TCL-II command.

Syntax

DO command

Syntax Elements

command is the name of the command.

Terminating the Command

You can terminate the command by pressing any key.

Example

:DO LIST-ITEM-LOCKS
LIST-ITEM-LOCKS
PORT# LVL LOCK....  LOCK....  LOCK....  LOCK....  LOCK....  LOCK....  LOCK....
   30   0 636C3418
   33   0 F4F900CE
[973] 2 LOCKS LISTED

RealityV15.0Comment on this topic