Reply
Tue 27 May, 2014 06:50 am
Wonder if some one could help me if there is a method to declare variables suffixed with a counter of a for loop, something like this
for (i=1;i<10;i++)
{
var image(i) = new Image();
// there will be an array to hold these variables
image(i).scr="text"
// there will be an array to hold these url
}