
How to write special characters (eg: TAB) to text files
str = "hello" & vbtab & "world"
--
Michael Harris
| I am trying to write a Tab De-Limited text file from within ASP pages. I am
| able to use the FileSystemObject to create and write text to it. I am
| however confused as to how to write tab characters in between 2 words.
| Thanks
|
|