eydg
11-01-2012, 10:03 PM
if(LYST1[n]==null){n=0}
LIST1 in this context is a name of an array
LYST1=new Array("","one","two")
is it possible to somehow make LYST1 a variable, and depending on the choice of the user link to one array or another?
LIST1 in this context is a name of an array
LYST1=new Array("","one","two")
is it possible to somehow make LYST1 a variable, and depending on the choice of the user link to one array or another?