Hi, I am using a loop to add text in front of a list (one line at a time), i.e.
text1
text2
text3
converts to:
addtext1
addtext2
addtext3
But it takes too long to process a large list. Is there a more efficient way to do this? Thanks.
text1
text2
text3
converts to:
addtext1
addtext2
addtext3
But it takes too long to process a large list. Is there a more efficient way to do this? Thanks.