AutoCAD LISP - GETSTRINGWhat links here?
(getstring [cr][msg]) 


The user cannot enter another AutoLISP expression as the response to a getstring request.

Arguments

Return Values

The string entered by the user; otherwise nil, if the user pressed ENTER without typing a string.

If the string is longer than 132 characters, getstring returns only the first 132 characters of the string. If the input string contains the backslash character (\), getstring converts it to two backslash characters (\\). This allows you to use returned values containing file name paths in other functions.

Examples

Command: (setq s (getstring "What's your first name? "))


What's your first name? Gary

"Gary"

Command: (setq s (getstring T "What's your full name? "))

What's your full name? Gary Indiana Jones

"Gary Indiana Jones"

Command: (setq s (getstring T "Enter filename: "))

Enter filename: c:\my documents\vlisp\secrets

"c:\\my documents\\vlisp\\secrets"
AutoCAD LISP - GETSTRING
programming:microchip pics:pic assembly language:Opcodes - moving data
embedded systems - bacnet - Analog Input properties
microprocessors - microchip pics - examples
MC6802 - instruction set - OR Accumulator
MC6802 - instruction set - clear accumulator
MC6802 - instruction set - Subtract Accumulators
Raspberry PI - BCM2835 C library
MC6802 - instruction set - Compare Accumulators
filename:AutoCAD LISP - GETSTRING
filename:AutoCAD%20LISP%20%2D%20GETSTRING
last edit:September 02 2012 17:15:18 (4623 days ago)
ct = 1746064990.000000 = April 30 2025 22:03:10
ft = 1346620518.000000 = September 02 2012 17:15:18
dt = 399444472.000000