Vr Mapping

ON-LINE REFERENCE DOCUMENTATION

CARDINAL SYSTEMS, LLC

www.cardinalsystems.net

Macros

Although any key-in may be placed in a macro, the following commands are useful when programming macros.

 

Name

Key-in

Arguments

Description

Wait for application exit

Wait

 

Waits until the current application has terminated before processing any more commands. Should be used from Vr Macros only.

Sleep

Sleep

Microseconds

1000=1second

 

Pauses the program for a user specified time.

Print

Print

String

Prints message to Command Window.

Verbose

Verbose

Off | On

When on, all commands received echo to the Command Window.