Quote:
Originally Posted by Riot
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))
{
//
}
}