Hi,
I have a one dimensional array which has n numbers in it. Now I need to write this array data to a text file.
In the textfile the first line should be I1.
The second line should be NODES.
The third line should be the number of numbers in the array say n.
And the fourth line should have all the n numbers with a single space between them.
Can any one help me in this.
Thanks a lot.