21.01.2010, 18:54
Hey,
I've got a file which looks like this:
How can I get 3 last lines of this into separate arrays?
Like
str1[512] would be "Something more"
str2[512] would be "Long String here"
str3[512] would be "A long string here"
I've got a file which looks like this:
Quote:
A long string here Another long string here This string is also long Something more Long String here A long string here |
Like
str1[512] would be "Something more"
str2[512] would be "Long String here"
str3[512] would be "A long string here"