TmDelVar Procedure

Removes variables from a VDA Tool.

Usage

TmDelVar, tool_name [, var_names]

Parameters

tool_name—A string containing the unique name of a VDA Tool.

var_names—(optional) A string array containing the names of the variables to remove from the variable list of the specified VDA Tool.

Keywords

All—If nonzero, removes all the variables on the variable list of the VDA Tool. This keyword takes precedence over the var_names parameter.

Discussion

If neither the var_names parameter nor the All keyword is specified, no action is taken.

Example

var_names = ['var1', 'var2', 'var3']
TmAddVar, unique, var_names
TmDelVar, unique, var_names

See Also

TmAddVar, TmEnumerateVars, TmGetVarMainName