Question: Saving data

Is there a way to save data that's stored in an Array and put it in a new worksheet?
This is related to my other thread gc() http://www.mapleprimes.com/forum/gc0.

I've used up all my memory as I've had to increase n to a few hundred and the loop is a few million now not a few hundred thousand. So, say A is an Array with 10 million entries (so I cant just copy and paste it), and I want to compare it to another Array with 10 million entries but I dont have enough memory left to recompute the loop.

Can I export it as something and import just the data in the array into a new worksheet?

 

Cheers

Please Wait...