hi there,
I'm trying to solve a problem I'm having with writing in a text file using 2 arrays
the first array is the normal text, line by line
e.g.
dim arrCode as string()
arrcode(0) = "This is the first line"
arrcode(1) = "The second line etc."
now, the 2nd array would have to be...
hai guys
i have a text file with the content as
Number:1234567890 Alphabet:ldskfjlds Alphabet:weiouruewoiru
Alphabet:abcdefghijklmnopqrstuvwxyz
Alphabet:abcdefghijklmnopqrstuvwxyz
Number:1234567890
so while reading the file if encounter string "Number:" then i have to read
the number...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.