fill a GRID

Started by domenicomaria, April 19, 2019, 01:04:31 PM

Previous topic - Next topic

domenicomaria

I want FILL a GRID that has
3 COLUMN and 6 ROWS
with this list :
(
   ("item-00" "item-01" "item-02")
   ("item-10" "item-11" "item-12")
   ("item-20" "item-21" "item-22")
   ("item-30" "item-31" "item-32")
   ("item-40" "item-41" "item-42")
   ("item-50" "item-51" "item-52")
)
. . .
what is the easiest way ?

Fred Tomke

Hi have you already tried FillList-Method?
Regards, Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

domenicomaria

no !
8)
I will try now !

domenicomaria

thanks !
it works !
I got this :