$hash » History » Version 2
Per Amundsen, 02/23/2023 01:34 PM
| 1 | 1 | Per Amundsen | _Added in 1.9.4_ |
|---|---|---|---|
| 2 | |||
| 3 | *$hash(text, B)* |
||
| 4 | |||
| 5 | Returns a hash number based on text where B is the number of bits to use when calculating the hash number. |
||
| 6 | |||
| 7 | *Parameters* |
||
| 8 | |||
| 9 | 2 | Per Amundsen | table(ktable). |
| 10 | |*Parameter*|*Description*| |
||
| 11 | | text | Text to hash. | |
||
| 12 | | B | Number of bits to use. (min 2, max 32) | |