Just got a question regards, when you read lines of text from a text file how would you separate the words and store them into an array.
For example if I have two lines of text in my text file that looks like this:
1005; AndyCool; Andy; Anderson; 23; LA 1006; JohnCool; John; Anderson; 23; LA
How would you split them into based on the ';' . And then store them in 2D array.
Sorry I haven't started my coding just yet to paste it here
Cheers ...