Special Form Entry: VLAX-FOR

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

Special Form Entry: VLAX-FOR

Name

vlax-for

Class

Special Form

Syntax

(vlax-for var collection [expr ...])

Description

Iterates over an ActiveX collection object.

Compatibility

  • Autodesk classifies vlax-for as a special form
  • Windows-only in Autodesk documentation because it depends on ActiveX support

Notes

This construct belongs to the Visual LISP / ActiveX layer, not the core portable AutoLISP layer.

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.

Source Notes