![]() |
|
|||||||
| ASP & VBScript Forum Need help from a webmaster with ASP or VBScript, you may ask in this forum? |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
hi
I need help in reading some text in a textfile. I can read line by line but what i wanted is to read character by character Example Mary had a little lamb Jane had a little dogs I want the name of the person as well as the animal type and i wrote: Dim person : person = Mid(testfile.ReadLine, 1,4) Dim animal : animal = Mid(testfile.ReadLine, 19,4) but the output will be "Mary" and "dogs" whereby i wld need the output to be: "Mary" "lamb" "Jane" "dogs" Pls help. Thanks alot |
|
This ad is part of our Revenue Sharing program |