Writing a TAB in ASP
Hi,
I am trying to use the "objTextStream.WriteLine" command. so i can write some lines. Is there a way to jump using TABS?
I need to get on paper several columns. But using spaces in the string doesn´t goes well, as some data of the column is bigger. For example
Name Job Hour
David IT 12
John IT 12
Francisca IT 12
How can I do this using the "objTextStream.WriteLine" command?
Thx,
|