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>

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to