SetVar

Examples


The SetVar command creates a specific variable, if necessary, and sets it to the “set” state.

Syntax

SetVar, variable

Parameters

variable - A variable is a boolean value that consists of an alphabetic string up to 30 characters in length. Variable names are case-sensitive. The variable is either “set” or “cleared”.

Comments

Variables that have been created exist for the life of the Dexterity session. Variables created, set or cleared in one macro can be referenced in other macros.

This macro command is never recorded in a macro. It must be added by editing the macro.


Documentation Feedback