getcname


(getcname  cmdname)

This function returns the localised or English command name for cmdname.

Arguments

cmdname  string, specifies a localised or English command name

Return

the command name as localised resp. English name (see Remarks)

Example

(getcname "_LINE")  returns the German "LINIE" for English "LINE"
(getcname "LINIE")  returns the German "LINIE" for English "LINE"

Remarks

to specify the English name, use the English name prefixed by underscore "_" character;
without underscore "_" the cmdname string is assumed to be the localised name



©  Bricsys NV. All rights reserved.