NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



CreateHash

Creates a SHA1 or MD5 hash of a string

CreateHash MyHash From "This data" As SHA1

CreateHash creates a hash into the variable specified in the first argument of the data from the second argument, in the format of the third argument (either MD5 or SHA1).

Sample Source

CreateHash strSha1Hash From "THIS IS A STRING" As SHA1
CreateHash strMd5Hash From "THIS IS A STRING" As MD5

Minimum version: 4.7