Tharwat Posted August 20, 2010 Posted August 20, 2010 Hello, I wonder how to combine the following sentences togather ! Select a Text please: (setq txt (ssget '((0 . "TEXT")))) Thanks. Quote
Tharwat Posted August 20, 2010 Author Posted August 20, 2010 Thanks a lot. will it be things like this ; (setq no (getvar 'nomutt)) (setvar 'nomutt 1) (prompt "Select a Text:") (setq txt (ssget '((0 . "TEXT")))) (setvar 'nomutt no) Regards, Quote
Lt Dan's legs Posted August 23, 2010 Posted August 23, 2010 I think (setvar 'nomutt 1) should be under the prompt. Quote
BlackBox Posted August 23, 2010 Posted August 23, 2010 I think (setvar 'nomutt 1) should be under the prompt. Lt Dan's Legs are correct. (setq no (getvar 'nomutt)) (prompt "Select a Text:") [color=red](setvar 'nomutt 1)[/color] (setq txt (ssget '((0 . "TEXT")))) (setvar 'nomutt no) Quote
Tharwat Posted August 23, 2010 Author Posted August 23, 2010 Thank you gentlemen. I knew that correction, because I tried it on the second day. I have no comments. Tharwat Quote
Tharwat Posted August 23, 2010 Author Posted August 23, 2010 RenderMan I am so happy to hear from you here in the CADTutor. My best regards, Tharwat Quote
BlackBox Posted August 23, 2010 Posted August 23, 2010 ... I knew that correction, because I tried it on the second day. ... It's too bad you didn't post the corrected code back then, when you *noticed*, for others to see. Just kidding, I know you didn't mean to do that! RenderMan I am so happy to hear from you here in the CADTutor. My best regards, Tharwat Thanks, man... I thought I'd branch out a bit Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.