in reply to Error when adding a number to a variable

A variable identifier can not begin with a number. From Variable names
Usually this name is a single identifier, that is, a string beginning with a letter or underscore, and containing letters, underscores, and digits.
  • Comment on Re: Error when adding a number to a variable