I'm obviously a newbie with this whole programming thing (hence my name "error," perhaps should be "errors" lol), so I have a simple question. It is my understanding that when you want to read data into an array from a text file there has to be white space between each character, is there a way to get around this and if so how? You cannot fill an index with a white space can you?

I want to be able to access each character from a series of sentences individually, that is make it so each character from that sentence is in its own index in an array. I don't want to have to put white space between each character in the sentences you know.