Function Entry: TBLNEXT
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: TBLNEXT
Name
tblnext
Class
Host Function
Syntax
(tblnext table-name [rewind])
Arguments and Values
table-name: symbol or string identifying a symbol tablerewind: optional flag
Description
Returns successive symbol-table entries as association-list data.
Return Values
An association list representing the next table entry, or nil when no further entry exists.
Side Effects
Advances table-iteration state.
Compatibility
Central to symbol-table iteration over host database structures.
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
- [tblnext (AutoLISP)](https://help.autodesk.com/cloudhelp/2026/PTB/AutoCAD-LT-AutoLISP-Reference/files/GUID-1720D8DC-5559-4AC1-8A75-3C932834D77C.htm)
- Status: documented.