Hello
i want to add some variables to an array and i want to use for loop beacuase I have 500 varibles and i cant do this


names[350] = var;
names[351] = var;
names[352] = var;
names[353] =...