Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

about hexadecimal

Former Member
0 Kudos

hi

I wrote following code:

data:  l_byte(2) type x,
           l_char(1) type c value 'r'. "in hex mode '0072'

l_byte =   l_char.

and after last execution of code value of l_byte is not changed. why?

Edited by: Marat on Sep 4, 2008 3:59 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can use FM CHAR_HEX_CONVERSION instead.

1 REPLY 1

Former Member
0 Kudos

You can use FM CHAR_HEX_CONVERSION instead.