[Gambas-user] Checksum for array and collection

Martín mbelmonte at belmotek.net
Thu Mar 16 11:42:07 CET 2023


El 16/3/23 a las 10:55, Benoit Minisini escribió:
> You can serialize your data in a string

if serialize don't use a charter for separate each item there are the 
possibility of error.

oData_state1 = ["key1":"a","key2":"b","key3":"c"]

oData_state2 = ["key1":"a","key2":"bc"]

Then oData_state1 cold be the same that oData_state2 for the 
"serialization" method.

Regards.



More information about the User mailing list