Basically I have a text file.
And I have four long strings, with spaces between them.
What I am trying to do is to get those lines and putting them in the array called 'apple'
The issue is, that I am getting only the first letters of the line, I want to get the whole line in that array, even though they have spaces between them.