Data Grid - GetDataOfIndex (pIndex, pKey)

Shao Sean shaosean at wehostmacs.com
Fri May 29 00:13:26 EDT 2009


You do not use it directly but use this:
     put the dgDataOfIndex[<index>] of group <dataGridName> into <array>

Or you can set it:
     set the dgDataOfIndex[<index>] of group <dataGridName> to <array>

If you need to lookup the <index> use:
      dispatch "findIndex" of group <dataGridName> with <key>, <data>




More information about the use-livecode mailing list