Message 1 of 4
pick only similar text
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have one drawing on which some texts are present in two parts. I want to pick the only texts which are similar in both parts & place that similar texts where I will click. So I want the code like below:
1. First it will ask me to select the text from 1st part, then user will select text one by one. (I dont know whether to use (Setq selectionset (ssget)) & how to use?)
2.Then it will ask to select the text from 2nd part, user will select the text.(Another selectionset)
3. After that, it ask to give point where user want to place that text. Then user will give the point & all similar text will come one after one in downwards.
Please help me to write the code for this.