Skip to Content
0
Former Member
Dec 07, 2006 at 06:17 AM

Separate last digit of a number

21 Views

Hi all,

Can anyone explain how to separate the last digit of letter or number. Shown below is one sample I got.

loop at itab1.

Move corresponding itab1 to Lines.

Len = Strlen( Lines-tdline ) - 1.

Lines-tdline = Lines-tdline + 0(Len).

Append Lines

Endloop.

Waiting for the response,

Regards,

John