I need to be able to establish dynamically a changing
number to arrays, who naming convention would be like:
rNums changes each time the code is run
for(i=0;i<rNums+1;i++){
var aRay = new Array(variableSizes)
}
does anyone know if it is possible/ or Not to dynamically set variable names on the Fly ?
Thanks Jim
number to arrays, who naming convention would be like:
rNums changes each time the code is run
for(i=0;i<rNums+1;i++){
var aRay = new Array(variableSizes)
}
does anyone know if it is possible/ or Not to dynamically set variable names on the Fly ?
Thanks Jim