Thread: Report bugs
View Single Post
  #47  
Old 01-28-2002, 04:18 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
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.
__________________
Reply With Quote