I have ALMOST 1000 unique mtexts. I want to append a second line, with the same text, to ALL of them at once. All the current mtexts are different, with different character lengths, so I cannot use 'find and replace'. However, they are are all on the same layer and easily selectable as a group.
Is there an easy way to do this? Lisp or otherwise?
i.e.
originals:
"12345"
"abcde"
"..."
desired results:
"12345
HOUSE"
"abcde
HOUSE"
"...
HOUSE"
Thanks