View Single Post
  #11  
Old 04-23-2011, 06:31 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Right, without the 'temp.' before it, i becomes a global variable and causes all sorts of muck and crazy behavior!


Easy rule: always prefix your variables and function calls, either with this or temp.

This way it is very clear when you are actually working with global variables and functions (due to lack of prefix).
Reply With Quote