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
- [vl-symbol-value (AutoLISP)](https://help.autodesk.com/cloudhelp/2026/HUN/AutoCAD-AutoLISP-Reference/files/GUID-5DAAABCF-7210-4A90-809D-6C27CCEF64F1.htm)
- Status: documented, with some behavioral edge cases still to be tested.