Skip to Content
0
Former Member
Nov 20, 2008 at 02:45 PM

REPLACE ALL OCCURRENCES

33 Views

Hi experts,

that's my question;

this is my code :

DATA: spazio(1) VALUE '$'.

DATA: nome TYPE string VALUE '$blabla$blabla$blabla$blabla$'

REPLACE ALL OCCURRENCES OF spazio IN nome WITH space.

Why my result is 'blablablablablablablabla' all condensed ?

where am I wrong ?

Thanx in advance.