steveauckly
11th February 2005, 21:12
I know Baan has a decimal to hex conversion like this,
sprintf$("%x",some.variable)
My question is, can you go back? I don't see a way to do it. I have a hex number, and want the decimal equivalent. For instance:
sprintf$("something","A25E3") = 665059

I know how to code it manually, but that seems unnecessary. Thanks.