(getcname [ _ ]command-name)


Determine the localized command name.


This function returns the equivalent command name, depending on the presence of the underscore (_) prefix:

    • When prefixed by _, the localized command name is returned.
    • When not prefixed, the English command name is returned.

Examples

Code Returns
(getcname "_zoom") "zoom"
(getcname "zoom") "_zoom"

Tell me about...

(command cmd [arguments] ...)

(defun [c:] name ([arg1 arg2 ...] / [local-var1 local-var2 ...]) expression)

(menucmd string)

LISP Compatibility

Programming Overview of LISP (LISt Processing) Language