xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

CheckSum()

Calculates the checksum for a character string.

Syntax

CheckSum( <cString> ) --> nCheckSum

Arguments

<cString>
This is the character string to calculate a chacksum for.

Return

The function returns the checksum for the input string as a numeric value.

Info

See also:ASCIISum()
Category: CT:String manipulation , Character functions , Checksum functions
Source:ct\ctchksum.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe