Difference between revisions of "CRC32()"

From Lianjapedia
Jump to: navigation, search
(Created page with "==Purpose== Function to return the CRC32 checksum value for a character string ==Syntax== CRC32(<expC>) ==See Also== MD5(), MD5FILE(), SHA1(), SHA1FILE(), ...")
(No difference)

Revision as of 05:47, 22 May 2014

Purpose

Function to return the CRC32 checksum value for a character string

Syntax

CRC32(<expC>)

See Also

MD5(), MD5FILE(), SHA1(), SHA1FILE(), SYS()

Description

The CRC32() function is used to return the CRC32 checksum value for the character string, <expC>.

Example

? crc32("Lianja")