Hello Folks, I am trying to save array DATA_1?(0:32770) as fast as possible to file "a.dat" and would like to hear feedback in how to do this. So far I have found the BSAVE command the very best but think there might be another way such as using assembly language for arrays bigger than 65536 bytes.
BSAVE happened in less time then a TIMER tic but all other ways involving opening files took fraction of seconds.
IS there any way to save an entire VIRTUAL array with a single command and not using contiguous loops ?
BSAVE happened in less time then a TIMER tic but all other ways involving opening files took fraction of seconds.
IS there any way to save an entire VIRTUAL array with a single command and not using contiguous loops ?

Comment