Lets Say I have the line of "7/10/2008 04:54 PM: 4.2334;3.6547" which contains date and time until the first ';', and two double values separated by ';' and already stored in array.
what I want now is to read the lines from that location(array) and separately put them into new different arrays... ie. store date, time and remaining two values into different arrays ..
.