Skip to Content
0
Former Member
Sep 04, 2008 at 01:58 PM

about hexadecimal

30 Views

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