2011

Table Of Contents
If the user responds by choosing another command (to supply options or
to execute a transparent command), the original macro is suspended, and
the newly selected item is processed to completion. Then, the suspended
macro is resumed.
NOTE When command input comes from a command, the settings of the PICKADD
and PICKAUTO system variables are assumed to be 1 and 0, respectively. This
preserves compatibility with previous releases of AutoCAD for Mac and makes
customization easier because you are not required to check the settings of these
variables.
Quick Reference
Commands
CHANGE
Changes the properties of existing objects.
LAYER
Manages layers and layer properties.
SELECT
Places selected objects in the Previous selection set.
System Variables
PICKADD
Controls whether subsequent selections replace the current selection set or
add to it.
PICKAUTO
Controls automatic windowing at the Select Objects prompt.
Provide International Support in Macros
To develop menus that can be used with a non-English-language version of
AutoCAD for Mac, precede each command or option with the underscore
character (_). The underscore character allows the standard commands and
options to be translated automatically.
Create Macros | 53