name of an identity
name audio
name audio directory("dir")
Returns the file names associated with the
audio read directory("dir").
name graphic
Returns the graphic processor name.
name font
Returns the legal fonts names.
name func
Returns the name of the function just executed.
name lead
Returns the absolute leaders names (roots of anchors).
name local
Returns the identifier of object whose a local function is currently executed
(useful for the command local vol)
name memory
name memory
Returns the names of all memories.
name memory(id)
Returns the memory identifier id name.
name memory(num1)=num2
Changes the identifier of memory id1.
number memory.
name menu
name menu("MEN")
Returns the list of function names MEN menu.
name obj
name obj(id)
Returns the object obj id name.
name obj(id)="nnn"
Renames objet id in "nnn".
obj("nnn")
Builds object obj of name "nnn".
Note
Name must not contain spaces.