I'm trying to convert a hexadecimal string to its decimal value. My original string : 0102E84669
I've tried oconv(original,"MCX") or xtd(original) but it seems to be not the good method.
The result is : 48776809 wich is the result of xtd("02E84669")
It seem to lost first hexadecimal value 01
The number above is larger than 32 bits....some of the inbuilt routines like BITAND etc fail on anything greater than 2^32 maybe this includes MCX etc.
Try doing the above in a loop manually, just repeatedly trim off the last digit and build up the decimal value from that.
- Robert ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/
