Not applicable
06-04-2018
03:11 PM
I am wondering if any of you fine people can point me in the right direction. I came up with an ssget function that selects the text I'm looking for, but I'm not quite sure where to go from there to extract the text to either a txt or csv file.
Here is the ssget function that is working for me
(ssget "_X" '((0 . "TEXT,MTEXT")(1 . "ETCH*,MARK*,STAMP*")))
I need to grab this text from a folder full of drawings and export it to excel I can easily read and compare.
Thanks in advance!
Allan
Solved! Go to Solution.
Link copied