syntax:functions:hash
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| syntax:functions:hash [2015/08/24 22:41] – dmitry | syntax:functions:hash [2021/09/13 20:49] (current) – craigt | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Hash(value) ===== | + | ====== Hash(value) ====== |
| + | Category: | ||
| - | Calculates | + | \\ |
| + | =====Description===== | ||
| + | This function calculates a 128-bit hash in Base64 encoding. The function returns the same result for the same value on any computer. | ||
| - | ^ | + | \\ |
| - | | 0| 1hipffIbvUu2HHnN7KlltA | + | =====Arguments===== |
| - | | TRUE | + | ^Argument^Type^Description^ |
| - | | ' | + | |value|Any|The source value used to generate the hash value. |
| + | |||
| + | **Return value type:** Text | ||
| + | |||
| + | \\ | ||
| + | =====Remarks===== | ||
| + | This can't be used for creating primary/ | ||
| + | |||
| + | \\ | ||
| + | =====Examples===== | ||
| + | |||
| + | hash(0) | ||
| + | |||
| + | hash(TRUE) //Returns 'nn8s3lvGRHcA0N3/ | ||
| + | |||
| + | hash(' | ||
syntax/functions/hash.txt · Last modified: by craigt