Function Entry: TBLSEARCH
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: TBLSEARCH
Name
tblsearch
Class
Host Function
Syntax
(tblsearch table-name symbol [setnext])
Arguments and Values
table-name: symbol table designatorsymbol: entry namesetnext: optional iteration-control flag
Autodesk documents both table-name and symbol as strings and case-insensitive.
Description
Searches a symbol table for a named entry.
Return Values
Association list for the matching entry, or nil.
Side Effects
May affect table-iteration state when the optional flag is used.
Compatibility
Part of the core CAD database querying model.
Availability
- AutoCAD 2026: documented (per Autodesk reference page).
- BricsCAD V26: presumed compatible (no contradicting page found).
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
Notes
- If
setnextis supplied and non-nil, Autodesk documents that the nexttblnextcall returns the entry following the one found bytblsearch.