[Gambas-user] How do I use Tableview

Eilert eilert-sprachen at ...221...
Thu Mar 10 08:42:34 CET 2005


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





More information about the User mailing list