e.mounir Posted March 25, 2010 Posted March 25, 2010 Hi every one I have a quotation can I sort the text by numbering or not For example I have many numbering text 2 5 8 9 16 20 11 22 50 2 5 8 9 11 16 20 22 50 Quote
Fire_col Posted March 25, 2010 Posted March 25, 2010 Sorry can you be a little more precise, what exactly do wish to achieve? Quote
e.mounir Posted March 25, 2010 Author Posted March 25, 2010 i need sort the text by numbering from 1 to 10 Quote
e.mounir Posted March 25, 2010 Author Posted March 25, 2010 or how can i found the big numbering in the drwaing Quote
fuccaro Posted March 25, 2010 Posted March 25, 2010 The numbers are in separate texts, placed in different positions in all the drawing? By sorting do you mean to rearrange them by changing their position? Those texts contains only the numbers, or there are other characters to be ignored? Not sure if this will answer your question, but you can download one of these lisp routines: http://www.cadtutor.net/forum/showthread.php?t=79 Export all the texts in a file, open it in Excel and sort it as you wish Quote
BIGAL Posted March 26, 2010 Posted March 26, 2010 If you just want the biggest number its easy This is how, not the lisp/vba, just make a "list" of the text and compare text1 with text2 pick biggest answer save as text1 just keep going till end of list changing text1 as required. 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.