Application Development and Automation 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: 
Read only

about hexadecimal

Former Member
0 Likes
372

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
Read only

Former Member
0 Likes
339

You can use FM CHAR_HEX_CONVERSION instead.

1 REPLY 1
Read only

Former Member
0 Likes
340

You can use FM CHAR_HEX_CONVERSION instead.