Quote:
Originally posted by BocoC
I think I found another bug. You know you can do this with setstring:
setstring this.mystring#t(2),Blah;
But, you cannot do this:
setarray this.myarray#t(2),20;
Is that a bug? You also cannot do this:
this.myarray#t(2)={0,0,0,0,0,0,0,0};
I can't explain it very well, so I just showed it.
|
That's not a bug, dude... You can't refer to variables with expressions that must be constructed at runtime, because variable names aren't stored past compilation/interpretation in most languages.