Hello, Community!
Main problem - i have a big array (10^6) of big different numbers (10^30-10^70), countered before. All array is nesessary for computation on the next step (parallel counting is impossible, only step after step).
The question: how to use all array - it's too big.
I try to export array to external file, and then use it on the next step. Export is OK. Then use Import (recieve many redundant words), Get (many redundant words, some of them differs from the first variant),FilePrint (not many redundant words).
I need my numbers, but recieve words. Try to change Size Limit (after words "A very large output was generated. Here is a sample of it:") - no effect.
What is wrong? If exists another way to use big array in computation - please inform me.
Attachments: