C
Crirus
I have a big array 512*512 elements
Wich is the best way to reset the array to 0 on each element?
Redim without preserve, I have for loop and clear shared function
Wich one is best optimised for speed?
Wich is the best way to reset the array to 0 on each element?
Redim without preserve, I have for loop and clear shared function
Wich one is best optimised for speed?