Function Entry: STARTLIST

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: STARTLIST

Name

`startlist`

Class

DCL Function

Syntax

(start_list key [operation [index]])

Arguments and Values

  • key: case-sensitive string; the list-box or pop-up-list tile.
  • operation (optional): integer.
    • 1: change the contents of a selected list item.
    • 2: append a new entry to the existing list.
    • 3 (default): delete the existing list and create a new one.
  • index (optional): integer; the zero-based item position to modify. Defaults to 0. Ignored unless operation = 1.

Description

Starts processing of a list in a list-box or pop-up-list tile. Subsequent `addlist calls modify the active list until endlist is invoked. Do not call settile between startlist and endlist`.

Return Values

The key string on success; nil on failure.

Side Effects

Latches the named tile as the active list target.

Examples

Not documented on the vendor page.

Availability

  • AutoCAD 2026: documented.
  • BricsCAD V26: presumed compatible.
  • Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.

Source Notes