|
Variables |
Previous Next |
|
Use variables inside a macro. The placeholder will be expanded by Direct Access at command execution.
Direct Access path To insert a Direct Access Variable macro click on Insert / Variables / Direct Access path in the command edit window
Syntax: #DaPath()
Example: #DaPath() Inserts: C:\Program Files\Direct Access
Environment Variables To insert an Environment Variable macro click on Insert / Variables / Environment in the command edit window
Syntax: #Env(variablename)
variablename: name of the environment variable to insert
Example: #Env(windir) Inserts: c:\windows
Nesting Autotext You can use autotext as variables and reuse the same piece of text in different commads. Learn more about nesting autotext.
Works with:
|