I all!!
I never use array and I'm loosing in documentation..
I have got this result
---start---
ds0 ds1
1116577800: 4.9947045401e+0 6 1.8617100885e+0 5
1116579600: 5.6350684561e+0 6 2.0436081850e+0 5
1116581400: 5.6629472702e+0 6 2.3664823803e+0 5
---end----
I would like to have only this value:
$ds0 = 4.9947045401e+0 6
$ds1 = 1.8617100885e+0 5
for each line
thanx really :)
I never use array and I'm loosing in documentation..
I have got this result
---start---
ds0 ds1
1116577800: 4.9947045401e+0 6 1.8617100885e+0 5
1116579600: 5.6350684561e+0 6 2.0436081850e+0 5
1116581400: 5.6629472702e+0 6 2.3664823803e+0 5
---end----
I would like to have only this value:
$ds0 = 4.9947045401e+0 6
$ds1 = 1.8617100885e+0 5
for each line
thanx really :)
Comment