Question: writting data file

Dear all

I made an array as

> T := Array(1..x, 1..6);

 where x = 1,000,000:

and then I wrote a loop for and after that I wanted to write the results as

> writedata("D:\\data\\test.txt", convert(T,array), float);

but I got an error as

> Error(in convert/list) object too large

What should I do now? It took more than 24 hours to run my program and I need the results as a text file. Please help me.

 

Please Wait...