List Management & Sorting (Deprecated in v7.0)

Status: Deprecated

Note: List management functionality was completely removed in v7.0 compared to v3.60.

v3.60 Modules (Removed)

The following v3.60 list management modules do not exist in v7.0:

  • NEWLIST - New list creation

  • LISTOBJ - List object management

  • LISTDISPLAY - List display and rendering

  • SORTLIST - List sorting utilities

v7.0 Approach

Dedicated list management was removed in v7.0. Instead:

  • Dictionary-based storage - Uses AutoCAD named object dictionary

  • Simplified list operations - Basic array operations in lisp

  • No custom list framework - Relies on AutoCAD’s native structures

See Also