Function Entry: VL-SYMBOL-VALUE

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

Function Entry: VL-SYMBOL-VALUE

Name

vl-symbol-value

Class

Visual LISP Function

Syntax

(vl-symbol-value sym)

Arguments and Values

  • sym: symbol

Description

Returns the current value of the symbol.

Return Values

The symbol's value.

Side Effects

None beyond any host-defined lookup effects.

Exceptional Situations

Under-specified in the current source set for unbound-symbol behavior; this should be test-qualified.

Compatibility

Useful as a reflective counterpart to ordinary variable evaluation.

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