Who knows how this function calculates checksum values?
My goal is to rewrite the FoxPro application on .NET, preserving the old database, but some values in the DB were calculated with this function.
Question is closed.
I didn’t notice that FOXCHKSUM has been internal function in the project.
—
But, anyway, thanx for aswers!
If is it interested to somebody – I found Foxpro algorithm that calc Crc16 and Crc32 with functions SYS(2107) and SYS(2007). (See answer of @Stuart DunkeId).
It is not really CRC, but some checksum calculation. Anyway that function return just the same result that foxpro analog.
Here is it on C#: