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 to0. Ignored unlessoperation = 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
- [startlist (AutoLISP 2026)](https://help.autodesk.com/cloudhelp/2026/ENU/AutoCAD-AutoLISP-Reference/files/GUID-84FAC8F6-59B1-4FBD-9446-0CB323B3D66D.htm)
- Status: documented (Phase 3 body fill).