Compute the cyclic redundant checksum (CRC32) of the given message. The message can be any sequence of bytes inclusive zeros and control chars.
SYNTAX:
sum& = GetCRC32& (MsgData$)
INPUTS:
MsgData$ (STRING)
- The message data you want to sum up.
RESULT:
sum& (LONG)
- The CRC32 of the given message data.