Function Entry: VL-LOAD-ALL

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

Function Entry: VL-LOAD-ALL

Name

vl-load-all

Class

Visual LISP application-loading function

Syntax

(vl-load-all filename)

Arguments and Values

  • filename — string naming the file to load.

Description

Loads a Visual LISP application for all open documents under host semantics.

Return Values

Returns nil on success; otherwise signals an error.

Side Effects

Loads application code into multiple document contexts.

Compatibility

Part of the Visual LISP application-loading layer and more document-model-sensitive than load.

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.

Notes

  • Autodesk documents that the filename extension is required; unlike load, vl-load-all does not add one.
  • Autodesk documents that the file is loaded into all open documents and into documents opened later in the same session.

Compatibility

Supported on Windows, macOS, and Web in current Autodesk documentation.