Name
CRC32 -- calculate 32-bit checksum of a file (V2.0)
Synopsis
chk = CRC32(f$)
Function
This function computes the 32-bit cyclic redundancy checksum (CRC32) for a given file. This checksum allows you to identify your files.

If you want to compute the CRC32 checksum of a string, use the CRC32Str() function instead.

Inputs
f$
source file
Results
chk
32-bit CRC32 of f$

Show TOC