PDA

View Full Version : How to quick select postive or negative text values



Jawwad Malik
2010-05-25, 06:44 AM
Hello every one.
I have a alot of text in a autocad file.in that drawing some text valus r postive(i.e 3.55).and some values r negative(i.e -2.55).now i want to change color of postive values.can i quickly select postive text.

thanks

irneb
2010-05-25, 11:44 AM
Unfortunately QSelect can't do this. You can use the filter command. Under the drop-down (middle left) select "Text Value". Then enter a wildcard match in the edit box just below. E.g.

for a negative number enter -#*
for positive #*Click the add to list button (2nd from bottom, on left). Click the Apply button (3rd from right on bottom). Select as per usual, only those texts (DText/MText) with values as per the wildcard match will get selected.

Jawwad Malik
2010-05-25, 12:08 PM
Unfortunately QSelect can't do this. You can use the filter command. Under the drop-down (middle left) select "Text Value". Then enter a wildcard match in the edit box just below. E.g.

for a negative number enter -#*
for positive #*Click the add to list button (2nd from bottom, on left). Click the Apply button (3rd from right on bottom). Select as per usual, only those texts (DText/MText) with values as per the wildcard match will get selected.


Thanks Alotttttttt.