Datagrid How many lines
Posted: Mon Aug 10, 2015 3:52 pm
How i can do to know how many row i have in my data grid.
I need this to make a loop.
Thank's
I need this to make a loop.
Thank's
Questions and answers about the LiveCode platform.
https://forums.livecode.com/
Code: Select all
on mouseUp
put the dgData of grp "datagrid" into theData
put the number of elements in theData
end mouseUpCode: Select all
put the dgData of group "DDDD" into theDAtaA
put the number of elements of theDAtaA into msg