Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8507

Re: PB 12 Memory issue with huge arrays

$
0
0

Hi Patrick;

 

   Changing your code as follows should do the trick ....

 

Double t_1[], t_2[]

long ll_i 

SetNull (t_2)

for ll_i = 1 to 50000000

  t_1[ll_i] = 1

next

t_1 = t_2

garbagecollect()

 

HTH

Regards ... Chris


Viewing all articles
Browse latest Browse all 8507


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>