Datagrids & arrays

2011-06-02 Thread Van Brollini
I have a datagrid with 1250 rows and 28 columns. The first 13 columns are data to be operated on. The last 15 columns are where the calculations are to be placed. I have gone through the datagrid manual and it is still fuzzy on how to get data OUT of the datagrid to do the calculations and then

Re: Datagrids & arrays

2011-06-02 Thread dunbarx
Use the dgText property. You can operate on this data in a script, and then reset. Craig Newman -Original Message- From: Van Brollini To: use-livecode@lists.runrev.com Sent: Thu, Jun 2, 2011 5:26 am Subject: Datagrids & arrays I have a datagrid with 1250 rows and 28 columns.

Re: Datagrids & arrays

2011-06-02 Thread Bob Sneidar
un 2, 2011, at 5:47 AM, dunb...@aol.com wrote: > Use the dgText property. You can operate on this data in a script, and then > reset. > > > Craig Newman > > > > > > -Original Message- > From: Van Brollini > To: use-livecode@lists.runrev.com > S