pls help me to fix this simple thing...........
Posted: Fri Aug 28, 2009 2:20 pm
hi, I have varible call $output.This variable contains following values as it is.Order is same.
7.25474,80.59846 7.25478,80.59887 7.25246,80.59804 7.25126,80.59731 7.25126,80.59731
I want to write those values into a text file.But after wrote the values into text file the order of the values in text file should be as follows.(not in same line)
7.25474,80.59846
7.25478,80.59887
7.25246,80.59804
7.25126,80.59731
7.25126,80.59731
How can i do that...pls help me with this.
Thanks in advance..
7.25474,80.59846 7.25478,80.59887 7.25246,80.59804 7.25126,80.59731 7.25126,80.59731
I want to write those values into a text file.But after wrote the values into text file the order of the values in text file should be as follows.(not in same line)
7.25474,80.59846
7.25478,80.59887
7.25246,80.59804
7.25126,80.59731
7.25126,80.59731
How can i do that...pls help me with this.
Thanks in advance..