|
|
|
|
|
| | |
|
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: How i can read a text file Character by Character ? |
From: |
Tim Lasek |
Date: |
4/13/1999 8:38:54 AM |
IP: |
207.51.162.13 |
Read and write one character at a time by using "Read" and "Write" instead of "ReadLine" and "WriteLine".
Or you could continue to read and write one line at a time by reading in each line as a string and then performing individual character operations on the string (using vbscript built-in functions Mid, Left, Right, InStr, etc.).
|
Previous Message
Follow Up - Re: How i can read a text file Character by Character ? - This is a test 4/27/1999 10:25:47 AM
|
|
|
|
|
|
|
|
|
|
|
|