Now i am drawing two lines and storing x and y values in a file like one by one.
for example
file1.txt
312 (first line X)
512 (first line Y)
312 (second line X)
520 (second line Y)
312 (first line X)
530 (first line Y)
...
I could like to store it as rows and columns. i.e.
file1.txt
(first line) (second line )
312 312
512 520
312
530......
i hope u got point.... any idea....
Thanks in advance...............
for example
file1.txt
312 (first line X)
512 (first line Y)
312 (second line X)
520 (second line Y)
312 (first line X)
530 (first line Y)
...
I could like to store it as rows and columns. i.e.
file1.txt
(first line) (second line )
312 312
512 520
312
530......
i hope u got point.... any idea....
Thanks in advance...............