std-tbl-tmpname


Synopsis

(std-tbl-tmpname <tbl> <prefix>)

Description

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.

Example

(command "_VIEW" "_Save"

(setq view (std-tbl-tmpname "VIEW")))

Arguments

tbl: string which must be a valid symbol table. see std-tbl-p

prefix: a string or nil.

Return Value

A string.

Side Effects

None.

Module

(std-require 'STDTBL)

Defined in STDTBL