[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
CRC32()
Returns a CRC32 polynomial of a block as PKZIP
Syntax:
CRC32( cBlock ) -> cCRC
cBlock : The block to calculate
Description:
Calculates a CRC32 bit polynomial of a character or memo value.
Return:
A character value with the CRC.
Example:
? CRC32( "Hello" ) // e.g. edb88320h
? CRC32( MemoRead( "Fast.txt" ) ) // e.g. feda3139h
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson