How to write special characters (eg: TAB) to text files 
Author Message
 How to write special characters (eg: TAB) to text files

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


Fri, 29 Mar 2002 03:00:00 GMT  
 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
|
|



Fri, 29 Mar 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Remove the special character from Text file in VBScript

2. what is special character for tab key?

3. tab character in text file

4. Response.Write: Special characters

5. FileSystemObject: how to avoid writing special characters

6. Writing a single Character to a Text File

7. Writing text file: some characters are not allowed?

8. Read/Write to file, character by character

9. Special Characters in a text field..

10. INSERT INTO - special text characters ??

11. Value single line text box with variable containing special characters

12. special character problem - character sets?

 

 
Powered by phpBB® Forum Software