View Single Post
  #16  
Old 11-13-2009, 03:10 AM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Just a note, if you're using the - character in a variable name, it will only work in instances like this:
PHP Code:
this.(@"foo-bar") = "baz"
not this:
PHP Code:
this.foo-bar "baz"
- and other reserved characters are not valid in variable names, but GS2 will compensate for this when using (@"variable-name").
Reply With Quote