Login | Sign Up
 





 
AutoLISP Function Detail
Name: getstring

Syntax:
(getstring [flag] [prompt])

Description:
Asks the user for a string of information. When the flag is used the user is allowed to press the Space Bar to create a space versus it acting like an Enter.

Example(s):
(getstring "\nType your full name: ")
"Bill"

(getstring T "\nType your full name: ")
"Bill CAD"