Hey guys, if I want to read a string of characters (say letters or numbers) from a file one at a time, and have them assigned individually to a global "String" variable, what's the best/easiest way to do this?
I've tried google-ing for ways of reading from a file, but none of the examples...