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
itemmay 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.
Source Notes
- [vl-remove (AutoLISP)](https://help.autodesk.com/cloudhelp/2016/DEU/AutoCAD-AutoLISP/files/GUID-1BF33827-5C9C-49B2-A21B-656E0F429B21.htm)
- Status: documented.