View Single Post
06-11-10, 04:59 AM   #3
Foxlit
A Warpwood Thunder Caller
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 91
Originally Posted by Crepusculu View Post
Do for-loop variables override preexisting variables and build new localized ones?
Yes, they do. Variables that appear in for i=... or for i,v in ... loop syntax are new and local to the loop. You cannot bypass this behavior.
__________________
... and you do get used to it, after a while.
  Reply With Quote