Out of Memory

Hi,

How could i free memory a var array?

My code has defined a var array as vPower50s = new [49]; I guess that to avoid out of memory on way is free memory....

Which is the syntaxis?

Thanks in advance,