Code:(setq text(getstring T "Enter text:"))

Registered forum members do not see this ad.
how to create a attribute with multiline text.
get input from user(multi line) and make attrbute.
in lisp
(setq text(getstring "Enter text:"))
(setq lp1 '(100 0 0)
lp2'(0 100 0)
)
(command "attdef" "l" "m" "" "item" "item" text "" lp1 "h" 50 lp2)
using this i could get one word as input.
but i want multi line text as input.
pls help.
Last edited by kalai; 3rd Sep 2011 at 06:28 am.
Code:(setq text(getstring T "Enter text:"))

thanks ,it works
How the description of (multi line) means space ?![]()
- When aim is being settled in my mind , I have to reach it and get it in hand whatever it costs and wherever it is and will never give up . Tharwat said

tharwat,
mutiple words with space in between
Please read the CODE POSTING GUIDELINES.
“A narrow mind and a fat head invariably come on the same person” Zig Zigler
![]()
Bookmarks