I use the following code to generate a list of values ($keycode).
for($i=0;$i<$numcodes;$i++)
{
$keycode=gstring();
print"$keycode<br>";
}
How do I convert the "list" into an array?