back to Table of Contents


GetCRC32 (function)

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)


RESULT:

sum& (LONG)


back to Table of Contents