The thing is that I am working with daily data which is in two columns, the first one tells me the month and the second one the value of the observation for that month.The problem is when i am trying to write the data to the same file it keeps writing down like in this.
Jan Feb
315.3280 0.0000
315.3100 0.0000
315.3050 0.0000
315.3170 0.0000
315.2800 0.0000
315.2560 0.0000
315.2950 0.0000
315.3180 0.0000
315.3350 0.0000
315.3170 0.0000
315.3070 0.0000
315.3000 0.0000
315.2840 0.0000
315.3090 0.0000
315.2900 0.0000
315.2640 0.0000
315.3030 0.0000
315.3190 0.0000
315.3360 0.0000
315.3440 0.0000
315.3170 0.0000
315.2870 0.0000
315.2830 0.0000
315.2820 0.0000
315.2540 0.0000
315.2510 0.0000
315.2620 0.0000
315.2660 0.0000
315.2630 0.0000
315.2800 0.0000
315.2800 315.2960
315.2800 315.2680
315.2800 315.2440
315.2800 315.2890
315.2800 315.3110
315.2800 315.2910
315.2800 315.2790
315.2800 315.2660
315.2800 315.2540
315.2800 315.2500
315.2800 315.2340
315.2800 315.2310
315.2800 315.2380
315.2800 315.2500
315.2800 315.2620
315.2800 315.2800
315.2800 315.2870
315.2800 315.2780
315.2800 315.2750
315.2800 315.2750
315.2800 315.2580
315.2800 315.2850
315.2800 315.2520
315.2800 315.2410
315.2800 315.2620
315.2800 315.2500
315.2800 315.2470
315.2800 315.2370
I want it to start writing in the first line for all the months. So how can i write the first data of feb in the first line?
Thanks a lot.
Jan Feb
315.3280 0.0000
315.3100 0.0000
315.3050 0.0000
315.3170 0.0000
315.2800 0.0000
315.2560 0.0000
315.2950 0.0000
315.3180 0.0000
315.3350 0.0000
315.3170 0.0000
315.3070 0.0000
315.3000 0.0000
315.2840 0.0000
315.3090 0.0000
315.2900 0.0000
315.2640 0.0000
315.3030 0.0000
315.3190 0.0000
315.3360 0.0000
315.3440 0.0000
315.3170 0.0000
315.2870 0.0000
315.2830 0.0000
315.2820 0.0000
315.2540 0.0000
315.2510 0.0000
315.2620 0.0000
315.2660 0.0000
315.2630 0.0000
315.2800 0.0000
315.2800 315.2960
315.2800 315.2680
315.2800 315.2440
315.2800 315.2890
315.2800 315.3110
315.2800 315.2910
315.2800 315.2790
315.2800 315.2660
315.2800 315.2540
315.2800 315.2500
315.2800 315.2340
315.2800 315.2310
315.2800 315.2380
315.2800 315.2500
315.2800 315.2620
315.2800 315.2800
315.2800 315.2870
315.2800 315.2780
315.2800 315.2750
315.2800 315.2750
315.2800 315.2580
315.2800 315.2850
315.2800 315.2520
315.2800 315.2410
315.2800 315.2620
315.2800 315.2500
315.2800 315.2470
315.2800 315.2370
I want it to start writing in the first line for all the months. So how can i write the first data of feb in the first line?
Thanks a lot.