ID:168798
 
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
Hey, if you figured it out, let us know what it is! I'd certainly like to know!