OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: domenicomaria on April 19, 2019, 01:04:31 PM

Title: fill a GRID
Post by: domenicomaria on April 19, 2019, 01:04:31 PM
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 ?
Title: Re: fill a GRID
Post by: Fred Tomke on April 19, 2019, 01:18:45 PM
Hi have you already tried FillList (http://www.opendcl.com/HelpFiles/DEU/Reference/Method/Grid/FillList.htm)-Method?
Regards, Fred
Title: Re: fill a GRID
Post by: domenicomaria on April 19, 2019, 01:39:07 PM
no !
8)
I will try now !
Title: Re: fill a GRID
Post by: domenicomaria on April 19, 2019, 02:01:22 PM
thanks !
it works !
I got this :