TextPad macro question
Posted: Tue Jan 08, 2013 3:28 pm
I have a large file that i want to edit using a macro. The data in rows needs to be changed so that it is in the right position. The problem is that not all the data in all rows have the same length so if i create a macro for say row 1 and try to apply this for all rows it won't work.
eg.
row1: Mathias Andersson 201301081555 GHT
row2: Niklas Andersson 201301091555 FGTGJJT
the result i need:
Name on position 1-20, Date&time on position 30-45 and school on position 60-85.
and so on...
Any ideas on how to make this work?
eg.
row1: Mathias Andersson 201301081555 GHT
row2: Niklas Andersson 201301091555 FGTGJJT
the result i need:
Name on position 1-20, Date&time on position 30-45 and school on position 60-85.
and so on...
Any ideas on how to make this work?