Search found 2 matches
- Wed Nov 25, 2020 8:18 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: DataGrid - Looping through all elements, and TSV help
- Replies: 5
- Views: 4107
Re: DataGrid - Looping through all elements, and TSV help
Ha ha this is all great, thanks for the help.
- Sun Nov 22, 2020 9:21 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: DataGrid - Looping through all elements, and TSV help
- Replies: 5
- Views: 4107
DataGrid - Looping through all elements, and TSV help
Hi all- I am brand new to LiveCode. I've used Python and .NET in the past. How can I loop through every element in a DataGrid, even if I don't know the column names? Goal: Make a function to pre-process all cells in TSV that I have loaded into the grid. For example, perhaps I want to check for bad c...