I am not sure what IntToHex has to do with calculating CRC32 checksums, unless you want to display a checksum after calculating it.
IntToHex just converts an integer into its hexadecimal string equivalent. This is not a CRC32 value. --- In [email protected], "Perry Kappetein" <pkappet...@...> wrote: > > got it figured out.. > > missed InttoHex( value ) > > then i get what I needed. >

