I am not to sure if this is possible, but I was wondering if during a while loop I could create a series of variables. For example the first time I go through the loop I create the variable $variable0 the next time $variable1 is created. So if I create a while loop that starts with $i = 0 and have it stop at $i = 10 can I tack $i onto a variable each time the loops runs?
Thanks
Yanks