Function Entry: VL-SYMBOL-NAME

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

Function Entry: VL-SYMBOL-NAME

Name

vl-symbol-name

Class

Visual LISP Function

Syntax

(vl-symbol-name sym)

Arguments and Values

  • sym: symbol

Description

Returns the string name of a symbol.

Return Values

String corresponding to the symbol name.

Side Effects

None.

Exceptional Situations

Erroneous if the argument is not a symbol acceptable to the active host semantics.

Compatibility

Belongs to the Visual LISP reflection/introspection 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