Name
CRC32Str -- calculate CRC32 checksum of string (V5.0)
Synopsis
sum = CRC32Str(s$)
Function
This function calculates the CRC32 checksum of the string specified in s$ and returns it. Note that Hollywood strings can also contain binary data so that you can also use this function with non-text strings.

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

Inputs
s$
string whose checksum you want to have calculated
Results
sum
CRC32 checksum of string

Show TOC