
November 18th, 2003, 09:51 AM
|
|
Registered User
|
|
Join Date: Oct 2003
Posts: 8
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
formatting output
I have a program that reads through a text file and prints output from it to another text file. My problem is that the output does not print all on the same line (horizontally). Does anyone know how to format the output so that it prints on the same line?
For example:
current output looks like this:
2701
(tab) AAA
(tab)(tab) 20
(tab)(tab)(tab) 20
I want it to look like this:
2701 AAA 20 20
Thanks!
Last edited by tmangin : November 18th, 2003 at 09:54 AM.
|