Function Entry: VL-PRIN1-TO-STRING
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VL-PRIN1-TO-STRING
Name
vl-prin1-to-string
Class
Visual LISP Function
Syntax
(vl-prin1-to-string obj)
Description
Returns a printed string representation of obj in a prin1-like style.
Return Values
String.
Side Effects
None.
Arguments and Values
obj: any AutoLISP value documented as printable by Autodesk, including numbers, strings, lists, entity names, T, and nil
Notes
- Autodesk documents that the result is the same printed representation that
prin1would produce. - Autodesk examples show that strings are represented with surrounding quotes and necessary escape characters.
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-prin1-to-string (AutoLISP)](https://help.autodesk.com/cloudhelp/2026/KOR/AutoCAD-LT-AutoLISP-Reference/files/GUID-4AA25012-28D5-4723-8AD3-B8BF9AE62425.htm)
- Status: documented.