You are here: start » ppl » statements » crc32

CRC32()

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.

ppl/statements/crc32.txt · Last modified: 2019/04/16 14:00
CC Attribution 4.0 International Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International