2007-08-04 16:58 UTC
Hi,
Is there a method as oposite from Fillist
Now a use
(repeat (setq cntRow (dcl_Grid_GetRowCount Grid_Dcl-1_grid))
(setq cntRow (1- cntRow))
(repeat (setq cntCol (dcl_Grid_GetColumnCount Grid_Dcl-1_grid))
(setq lst (cons (dcl_Grid_GetItemText Grid_Dcl-1_grid1 cntRow cntCol) lst))
(setq cntCol (1- cntCol))
)
)
But this is very slow
thx
Harrie
Is there a method as oposite from Fillist
Now a use
(repeat (setq cntRow (dcl_Grid_GetRowCount Grid_Dcl-1_grid))
(setq cntRow (1- cntRow))
(repeat (setq cntCol (dcl_Grid_GetColumnCount Grid_Dcl-1_grid))
(setq lst (cons (dcl_Grid_GetItemText Grid_Dcl-1_grid1 cntRow cntCol) lst))
(setq cntCol (1- cntCol))
)
)
But this is very slow
thx
Harrie