Function Entry: VL-LIST->STRING
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VL-LIST->STRING
Name
vl-list->string
Class
Visual LISP Conversion Function
Syntax
(vl-list->string list)
Description
Combines the characters associated with a list of integers into a string.
Return Values
String.
Side Effects
None.
Compatibility
Character-code interpretation is version-sensitive in Unicode-capable environments.
Notes
- Autodesk documents that the argument is a list of non-negative integers.
- Autodesk documents that in Unicode-capable behavior the accepted integer range is
1to65536. - Autodesk documents that
(vl-list->string nil)returns the empty string. - Autodesk documents an AutoCAD 2021 behavior change controlled by
LISPSYS; earlier behavior accepted only legacy character-code ranges and produced different results for non-ASCII text.
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-list->string (AutoLISP)](https://help.autodesk.com/cloudhelp/2026/PTB/AutoCAD-LT-AutoLISP-Reference/files/GUID-02C7058A-F648-48F5-BAF6-2A62EABD4DF6.htm)
- [What's New or Changed with AutoLISP (AutoLISP)](https://help.autodesk.com/cloudhelp/2026/ENU/AutoCAD-LT-AutoLISP/files/GUID-037BF4D4-755E-4A5C-8136-80E85CCEDF3E.htm)
- Status: documented.