Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have usedin this application autonumber function and autonumberhas128,256 but
it is giving same result no change in output . then what is the difference between autonumber function
and autonumberhas128,256 ? and when to use each one ?
got it
Hi,
It calculates a 128-bit hash of the input key combination. This function can be used e.g. for creating a compact memory representation of a complex key.
Calculates a 256-bit hash of the combined input input combination. This function is only available as a script function.
Both are returns Integer values for the combination of the input Key.
Regards
Anand