sample data grid code?

sadhu at castandcrew.com sadhu at castandcrew.com
Fri Apr 10 11:46:39 EDT 2009


Trevor,

Would love to see a code snippet illustrating how to access every cell in
a data grid, something along the lines of

repeat for each row dgRow of "data grid 1"
  repeat for each column dgCol of row dgRow of "data grid 1"
    put dgRow & "," & dgCol into "data grid 1"[dgRow][dgCol]
  end repeat
end repeat

I know that syntax won't work, any chance the master can show us how it's
done?

Thank you!
Sadhu




More information about the use-livecode mailing list