@geoferoze wrote:
I would like to select the text objects using polyline strike-through. after select the texts, copy and past on notepad/word/excel in the same order. ….
You don't say what you want to then do with the pasted-in-same-order result. If, by chance, you want to then paste that resulting combination back into the drawing in an Mtext object, you can use OneMtext.lsp, available >here<. One of its differences from the TXT2MTXT command is that the order of selection determines the order of the joined-together result, rather than the relative positions of the selected objects. No need for a Polyline strike-through object to define the order -- just pick them in the order you want. See the description at the top of the file for the choices about what it puts between the contents of the selected objects.
If you want to do something entirely different with the result, outside AutoCAD, you could use one of OneMtext's commands to combine things in the order you want, and then open that result in the Mtext editor and Copy its content out to Paste into whatever program you like. Then Undo back to where the original pieces return to their places.
Kent Cooper, AIA