Search found 2 matches

by Baltazarg
Mon Aug 10, 2015 7:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid How many lines
Replies: 2
Views: 2169

Re: Datagrid How many lines

Thanks


Like this it's work fine

Code: Select all

 put the dgData of group "DDDD" into theDAtaA
put the number of elements of theDAtaA into msg
by Baltazarg
Mon Aug 10, 2015 3:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid How many lines
Replies: 2
Views: 2169

Datagrid How many lines

How i can do to know how many row i have in my data grid.

I need this to make a loop.

Thank's