Is there a way to use baseConvert or binaryDecode to convert an md5digest result to hex?
I use this function:
function hexDigest pvalue
local tRes
put md5Digest(pValue) into tMD5
get binaryDecode("H*",tMD5,tRes)
return tRes
end hexDigestIt gives the same results as the perl md5_hex method.
Cheers Dave _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
