2012
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
- Migrate and Transfer Custom Settings and Files
- Index
xor
Returns the bitwise logical XOR of the integers val1 through val9.
$(xor, val1 [, val2,…, val9])
Quick Reference
System Variables
MENUECHO
Sets menu echo and prompt control bits.
DIESEL Error Messages
Generally, if you make a mistake in a DIESEL expression, what went wrong
will be obvious. Depending on the nature of the error, DIESEL embeds an
error indication in the output stream.
DIESEL error messages
DescriptionError message
Syntax error (usually a missing right parenthesis or a runaway
string)
$?
Incorrect arguments to func$(func,??)
Unknown function func$(func)??
Output string too long—evaluation truncated$(++)
Quick Reference
System Variables
MENUECHO
Sets menu echo and prompt control bits.
xor | 341