Function Entry: VL-REMOVE

โ† Prev | โ†‘ Chapter | Next โ†’ | Index | Symbols

Function Entry: VL-REMOVE

Name

vl-remove

Class

Visual LISP List Function

Syntax

(vl-remove item list)

Description

Removes elements equal to item from a list.

Return Values

List with the matching elements removed.

Side Effects

None.

Notes

  • Autodesk documents that item may be of any Lisp data type accepted by the implementation.
  • Autodesk documents that all matching elements are removed, not just the first.

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.

See Also

  • BricsCAD analogue: remove (chapter 24). Same role; different name.
  • Pair documented in vendor-inventory-2026.org ยง10 item 7.