I was looking for a front end function that consumes a string and throws a numeric value.
Similar to autonumberhash128,this function can only be used in the script editor.I need a similar function that does the same thing in the frontend.
I tried using hash256 ,its gives a alphanumeric value.I need a numeric value
I'l concatenating multiple dims in the frontend ( ex: empid&'-'&city&'-'&street ) ,which produces a long string.I want to convert that string into a number.
Thanks
SM