System Variable CMDNAMES

Mnemonic: Command Names

Retrieves the names of currently active commands in Lisp functions.

Properties

Type String
Status Read-Only

Example

: LINE
Specify start point» 'ZOOM
Specify first corner» (progn (setq x (getvar "cmdnames")) (princ x)(princ))
LINE'ZOOM