|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
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 08:54 AM. |
|
#2
|
|||
|
|||
|
Read the input lines into a local string variable, then write that string variable to the output file.
|
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > formatting output |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|