CRC16() Function - Implement CCITT CRC-16 Function

Syntax

CRC16(str,seed{,ERR=lineref})

Description

The CRC16() function implements the CCITT CRC-16 function. See the CRC() function for additional information.

Examples

>LET A$=CRC16("NOW IS THE TIME...")
1000 CRC$=CRC16(TEXT$,SEED$,ERR=9500)

See Also

Functions - Alphabetical Listing