Difference between revisions of "$hash"

From Scriptwiki
Jump to: navigation, search
(Created page with "Returns a hash number based on the number of bits used to calculate it. $hash(text,B) Where '''B''' is a number between 2 and 32. === Examples === $hash(hello world, 2) ...")
 
(No difference)

Latest revision as of 23:57, 17 June 2011

Returns a hash number based on the number of bits used to calculate it.

$hash(text,B)

Where B is a number between 2 and 32.

Examples

$hash(hello world, 2)       returns 0
$hash(hello world, 32)      returns 4290291456