‎2005 Aug 19 11:39 AM
hello .
can you help me with this problem.
i have a asccii file which has some hexadecimal values
but in text-form .
example 64EF9AE.
how can i translate this text-value to its decimal value
which is 105839022.
thanks.
‎2005 Aug 19 11:55 AM
Hi,
A small example:
data myvalue type p decimals 0.
data myhex type XSTRING.
myhex = '064EF9AE'.
myvalue = myhex.
Svetlin
‎2005 Aug 19 11:50 AM
‎2005 Aug 19 11:55 AM
Hi,
A small example:
data myvalue type p decimals 0.
data myhex type XSTRING.
myhex = '064EF9AE'.
myvalue = myhex.
Svetlin
‎2005 Aug 19 11:58 AM
‎2005 Aug 19 12:02 PM
Hi,
If your question have been answered, please assign reward points.
Svetlin
‎2005 Aug 19 1:29 PM
Hi,
Kindly award points if the link has been useful.
regards
Aveek