Teknologi

LightBlog

Breaking

LightBlog

Monday 23 April 2012

Space in between words

 Code

*&---------------------------------------------------------------------*
*& Report  ZSPACE
*&
*&---------------------------------------------------------------------*
*&
*&
*&---------------------------------------------------------------------*

REPORT  ZSPACE.

DATA : TYPE char18 VALUE 'Blank Space',
       b TYPE char4 VALUE 'Before',
       TYPE numc2 VALUE 01.

DATA res TYPE string.
CONCATENATE a b INTO res RESPECTING BLANKS.

WRITE res.


Output



Previous Page

No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Adbox