This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 CRC_FILE and CRC_STR are the same as TRUE and FALSE. They were added to make it easier to see if a file or string was being processed.