06-19-2014 04:44 AM
Hello,
i created one table 16x32 each cell is updating 1 byte of data,how to count number of one in all cell,and is it right way to calculate check sum??
thank you
06-19-2014 05:20 AM
The simplest way is to call GetTableCellRangeValues with VAL_ENTIRE_TABLE as the range, next summing array elements.
But I don't understand your comment on checksum, so this may not be the more correct method for your actual needs: can you explain what do you mean?
06-20-2014 05:58 AM
how to write code for check sum and size i have 16x32 table..
06-20-2014 08:39 AM
Discussion on checksum follows here