2011
Table Of Contents
- Contents
- Basic Customization
- Custom Linetypes
- Custom Hatch Patterns
- User Interface Customization
- Understand User Interface Customization
- Work with the Customize User Interface (CUI) Editor
- Create and Manage Customization Files
- Customize Commands
- Customize User Interface Elements
- Customize Workspaces
- Transfer and Migrate Customization
- Customize User Interface (CUI) Editor FAQs
- DIESEL
- Slides and Command Scripts
- Index
Quick Reference
System Variables
MENUECHO
Sets menu echo and prompt control bits.
getvar
Returns the value of the system variable with the given varname.
$(getvar, varname)
Quick Reference
System Variables
MENUECHO
Sets menu echo and prompt control bits.
if
Conditionally evaluates expressions.
$(if, expr, dotrue [, dofalse])
If expr is nonzero, it evaluates and returns dotrue. Otherwise, it evaluates
and returns dofalse. Note that the branch not chosen by expr is not evaluated.
Quick Reference
System Variables
MENUECHO
Sets menu echo and prompt control bits.
getvar | 339