Hi,

I get this message sometimes when I run my program:  System is low on
virtual memory....  My program has two loops, and I use shift registers
on these two loops.  I have a loop for data array and a loop for
graphing the data array.  My data when put into excel is more than 1500
rows.  Is it giving me error because the data arrays are big and so it
runs low on virtual memory?  Is there a way that I can dump this memory
to a physical memory space, then read back memory and then write to
Excel?  Right now, the program keeps concatenate the array, then puts
all that data into Excel at the end.  

Thanks,
Ann 


Reply via email to