Hi!
Does VB support easy string manipulation? Specifically, I need to be able to read one character at a time from a file, so that I can parse the contents of the file. Is there a getc function?
Thanks,
Sashi
Do you really need to read ONE character at a time to parse a file? If the file is a text file, then you better have a look at my solution to a similar (but limited to the first word of a line) problem posted in thread222-109781.
The code can easily (?) be adapted to more complex parsing. _________________________________
In theory, there is no difference between theory and practice. In practice, there is. [attributed to Yogi Berra]
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.