CRC32()
UNSIGNEDTYPE = CRC32(CRC_FILE,"C:\AUTOEXEC,BAT") = CRC32(CRC_STR,"Stan is super cool")
Returns an UNSIGNED value of the CRC of a file or string.
Example:
Println "CRC on the file AUTOEXEC.BAT is", CRC32(CRC_FILE,"C:\AUTOEXEC.BAT")
The constants CRCFILE and CRCSTR are the same as TRUE and FALSE. They were added to make it easier to see if a file or string was being processed.