in reply to Use an incrementing counter as a variable

Never pollute the variable-name space with variables whose names contain data. Always use a hash for this purpose. Period.
  • Comment on Re: Use an incrementing counter as a variable