I have a texfile as follows:
line1
line2
line3
line4
line5
....
I want to read from file into two arrays of string so that line1, line3, line 5,...
go into array1
and line 2, line 4, line 6,...
go into array2
.
Each element of arrays stores one line.