Just a question about the code in the example: > Simple Tutorial explanation by demo at > http://www.gambasforge.net/code.php?id=31 > > Fabien FOR i = 0 TO 9 ari = NEW Variant[] ari.Resize(10) aro.Add(ari) NEXT Why is the ari.Resize(10) within the FOR-NEXT-loop? Wouldn't it be ok to put it outside? Rolf