generateHashCode()

This procedure generated 32 bytes hash code for any data passed as input.

ParameterTypeDescription
inputDataPtrPOINTERMandatoryPointer to data
inputDataLen10U 0MandatoryLength of data in bytes

The procedure returns 32 characters variable represening unique hash code of given data.

Example:

xxData = 'Any text, for example Hello World!';
xxHash = generateHashCode(%ADDR(xxData): %SIZE(xxData));