Function reference
Generates a CheckSum for the string

StringCheckSum( string, algorithm )

Argument Description
string The string to base the checksum on
algorithm ‘MD5’, ‘SHA1’, ‘SHA255’, ‘SHA512’

Data type: String
Returns a hex encoded hash

Example 1
This expression returns the MD5 hash for the sting ‘abc’
StringCheckSum( ‘abc’ , ‘MD5’ )