thanks
Code: Select all
repeat with theLineNo = 1 to the dgNumberOfLines of group "Datagrid 1"
... get all value in array
end repeat
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
repeat with theLineNo = 1 to the dgNumberOfLines of group "Datagrid 1"
... get all value in array
end repeat