I need some help trying to do a program that counts characters from other file using the string properties. if somebody can give me a clue or some hints, even send me an example ill appreciate.
Thanks in advance
Juan
Dim Reader AsNew StreamReader(New FileStream("c:\MyFile.txt", FileMode.Open))
Dim Text AsString = Reader.ReadToEnd
MessageBox.Show(Text.Length.ToString)
Reader.Close()
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.