std-tbl-tmpname | ![]() |
STD-TBL-TMPNAME returns a new unused table name.
If the prefix argument is nil, the prefix "$STD-"
will be used.
Exceptional Situation
If tbl doesn't match satisfy STD-TBL-P an AutoLISP error will occur.
(command "_VIEW" "_Save"
(setq view (std-tbl-tmpname "VIEW")))
tbl: string which must be a valid symbol table. see std-tbl-p
prefix: a string or nil.
A string.
None.
(std-require 'STDTBL)
Defined in STDTBL