std-tbl-p | ![]() |
*TABLES* is a global list of strings which specifiy valid AutoCAD TABLE sections.
The value depends on the AutoCAD version, it is similar to the following list:
("BLOCK" "LAYER" "STYLE" "COLOR" "LTYPE" "DIMSTYLE" "VPORT" "VIEW" "UCS" "APPID")
STD-TBL-P is a predicate if the argument is a member of *TABLES*.
This is AutoCAD independent.
Note
We support one not-standard AutoCAD table also: "COLOR". This is a common entity property, not stored in a table, but you may refer to the color property as to any other property which is stored in a table. The supported tbl functions treat COLOR as virtual table and return meaningful values for it.
(std-tbl-p (std-getstring "select property"))
tbl: any expression, but usually a valid table string
STD-TBL-P returns T or nil
None.
(std-require 'STDTBL)
Defined in STDTBL