- Joined
- Jan 7, 2005
- Messages
- 7,551
Hi, I have a question about JASS's local array variables.
As you may already know, calling a local array creates 8192 variables or something around that.
My question is, since the array itself can't be nullified, we nullify only the variables that we use, right? The other variables won't leak, will they?
~Thanks for your time
As you may already know, calling a local array creates 8192 variables or something around that.
My question is, since the array itself can't be nullified, we nullify only the variables that we use, right? The other variables won't leak, will they?
~Thanks for your time