Displays a string on your screen's prompt area
(prompt msg)
prompt displays msg on both screens and is, therefore, preferable to princ.
On dual-screen AutoCAD configurations,Arguments
A string.
Return Values
nil
Examples
Command: (prompt "New value: ")
New value: nil
Displaying Messages topic in the AutoLISP Developer's Guide.
The