Jump to content

Recommended Posts

Posted

Hello,

 

I wonder how to combine the following sentences togather !

Select a Text please: 

(setq txt (ssget '((0 . "TEXT"))))

 

Thanks.

Posted

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,

Posted

I think (setvar 'nomutt 1) should be under the prompt.

Posted
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)

Posted

Thank you gentlemen.

 

I knew that correction, because I tried it on the second day.

 

I have no comments.

 

Tharwat

Posted

RenderMan

 

I am so happy to hear from you here in the CADTutor.

 

My best regards,

 

Tharwat

Posted

...

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. :ouch:

 

Just kidding, I know you didn't mean to do that! :P

 

 

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 8)

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...