Thread: Minor bug?
View Single Post
  #3  
Old 02-16-2007, 10:47 PM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
Quote:
Originally Posted by Riot View Post
getstringkeys("this.curV") is not returning the period and after since the 2 is considered a variable of "curV4". The same for the "this.curV2.01".
Shouldn't getstringkeys detect this though? Or would I then need to do something like
HTML Code:
for (temp.currentVersion: getstringkeys("this.curV"))
{
  for (temp.currentGVersion: getstringkeys("this.curV" @ temp.currentVersion))
  {
    //
  }
}
Reply With Quote