AdvStringGrid(s) compare

Hi to all,

there's a way to compare two string grid in order to check if are egual?

I have 2 string grids, one store the original data and the other store the modified data.

If the second one is not egual to the firs, the program save the modified data.

Now i check each cells ....



Thank's for all



Daniele

At this moment there is not a built-in function for this. You'd indeed have to loop through cells and perform the comparison at application level.