Jump to content

Recommended Posts

Posted

Hay,

I am on a fast track to get a project done on time and with the help of my CAD friends here they did a great job of helping already.

Now I need something like a batch file that will scan drawing for a body of text

Or attributes like the find command.

At one time I thought I seen something like that somewhere.

Can anyone help?

Thanks:D

Posted

Will this work...?

 

(ssget "_x" '((0 . "TEXT,MTEXT") (1 . "*[color=red]Key Word Text Here[/color]*")))

Posted

code removed

 

I didn't read the post all the way... I'm getting lazy!

Posted
Will this work...?

 

(ssget "_x" '((0 . "TEXT,MTEXT") (1 . "*[color=red]Key Word Text Here[/color]*")))

Limited: case sensitive.
Posted
Very true. :(

Just step through a selectionset, using wcmatch to filter.

Posted
Limited: case sensitive.

 

Not disagreeing, but just for kicks :D

 

(ssget "_X" '((0 . "TEXT,MTEXT") (1 . "*[Tt][Ee][Xx][Tt]*")))

Posted
Not disagreeing, but just for kicks :D

 

(ssget "_X" '((0 . "TEXT,MTEXT") (1 . "*[Tt][Ee][Xx][Tt]*")))

LoL

Don't encourage. :? It's still limited by only searching the first (assoc 1 for MText.

Posted
LoL

Don't encourage. :? It's still limited by only searching the first (assoc 1 for MText.

 

lol, I'm not encouraging mate don't worry I read the other thread lmao.

Just thinking outside the hypercube. :P

Posted
Just thinking outside the hypercube. :P

Sounds exhausting.

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