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 table
  • rewind: 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.