Public Function HashStringFast( _ ByRef vSymbol As String _ , ByRef vPrimeNumber As Long _ ) As Long
HashStringFast("Hello", 4093) = 83 HashStringFast("World", 4093) = 1445See also:
HashString Function HashTable Class PreviousPrime Function IsPrime FunctionvValue: The string which is to be "hashed."
Return value: Function returns the hash value as a long-integer number (a Long).
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.