Function Entry: READ
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: READ
Name
read
Class
Function
Syntax
(read string)
Description
Parses the first AutoLISP expression represented in a string.
Return Values
Returns the first object read from the string.
Notes
read is the main vendor-documented entry point into surface syntax behavior.
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
- [read (AutoLISP)](https://help.autodesk.com/cloudhelp/2026/CHS/AutoCAD-MAC-AutoLISP-Reference/files/GUID-5B50BB3E-C244-46E8-85D8-6A2D48B1FE51.htm)
- Status: documented.