Go4Expert

Go4Expert (http://www.go4expert.com/)
-   Programming (http://www.go4expert.com/forumdisplay.php?f=16)
-   -   Split/reformat text file (http://www.go4expert.com/showthread.php?t=24895)

rwj177 8Feb2011 19:44

Split/reformat text file
 
I have a mainframe print file for 2-up checks. I converted it to a text file with the control characters removed. How can I easily split the side by side checks to print 1 per page on a laser printer. The checks are numbered, so they need to print 'left, right, left, right.... etc'. Any thoughts for easy conversion?

ex.: Check1 Check2
Check3 Check4

Output needed: Check1
Check2
Check3
Check4


All times are GMT +5.5. The time now is 00:50.