CRC32()

From Lianjapedia
Revision as of 05:47, 22 May 2014 by Yvonne.milne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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")