For my forms Im trying to use a combination of Javascript and DM to handle them. This was working great till it came time to access a indexed list in byond. such as
var/list/Test[] = new
Test[1] = "blah"
I am trying to access the list using javascript. It works fine when I set y.value = "[Test[1]]" fine with javascript but I want the index to be a javascript variable. So if anyone knows how this can be done that would be great.
EDIT: Never mind I figured out a way... wow how annoying
ID:168798
Aug 25 2005, 3:53 pm (Edited on Aug 25 2005, 4:17 pm)
|
|
Aug 25 2005, 7:30 pm
|
|
Hey, if you figured it out, let us know what it is! I'd certainly like to know!
|