Difference between revisions of "CRC32()"

From Lianjapedia
Jump to: navigation, search
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[DES3_DECRYPT()]], [[DES3_ENCRYPT()]], [[MD5()]], [[MD5FILE()]], [[RTOS()]], [[SHA1()]], [[SHA1FILE()]], [[SYS()]]
+
[[DES3_DECRYPT()]], [[DES3_ENCRYPT()]], [[DECRYPT]], [[ENCRYPT]], [[MD5()]], [[MD5FILE()]], [[RTOS()]], [[SHA1()]], [[SHA1FILE()]], [[SET ENCRYPTION]]
  
 
==Description==
 
==Description==

Revision as of 07:00, 18 November 2015

Purpose

Function to return the CRC32 checksum value for a character string

Syntax

CRC32(<expC>)

See Also

DES3_DECRYPT(), DES3_ENCRYPT(), DECRYPT, ENCRYPT, MD5(), MD5FILE(), RTOS(), SHA1(), SHA1FILE(), SET ENCRYPTION

Description

The CRC32() function is used to return the CRC32 checksum value for the character string, <expC>. Use CRC32(RTOS()) to calculate a CRC32 checksum of the current record.

Example

? crc32("Lianja")