By default, the VLISP formatter does not change the case of AutoLISP symbols. You can set the formatter to change the case of symbols according to the VLISP protection state for symbols.
ASSIGN-PROTECT flag set). The Unprotected options subgroup controls case conversion of unprotected (user) AutoLISP symbols.
The Protected options subgroup controls the case conversion of protected symbols (built-in symbols or symbols with theCase settings for symbols |
|
---|---|
Setting |
Effect |
None |
Does not change the case |
downcase |
Forces all characters in a symbol's name to lowercase |
UPCASE |
Forces all characters in a symbol's name to uppercase |