Hi!

I've got this as a string:
Code:
200201  +0.600000000000000E+02
200202  +0.290000000000000E+02
200203  +0.430000000000000E+02
200204  +0.760000000000000E+02
200205  +0.590000000000000E+02
200206  +0.660000000000000E+02
200207  +0.500000000000000E+02
200208  +0.660000000000000E+02
200209  +0.750000000000000E+02
200210  +0.880000000000000E+02
200211  +0.720000000000000E+02
I want to put this into a 2dim array.
With [date] and then [value]
[0][0] = 200201,
[0][1] = +0.600000000000000E+02

and so on..

Thanks for help!