Im wonder if it is possible to use a string from a varible to identify another varible with an array?
Im runing the code on chrome.
See code to see what i mean.
Thanks!
var box_1 = new Array()
var boxid;
boxid = "box_1";
boxid.push("Is this possible?");