cancel
Showing results for 
Search instead for 
Did you mean: 

Why concatenate statement suppressing spaces !!

Former Member
0 Kudos

<i>Hello Friends,

I like give some spaces in a concatenate statement, but it is suppresing the spaces.

for ex: <b>concatenate 'sundar' ' ' 'g' into name</b>.

but the name contains <b>'sundarg'</b> only.

Thank you for your valuable time.

Senthil</i>

View Entire Topic
suresh_datti
Active Contributor
0 Kudos

Hi Snethil,

change it as follows..

concatenate 'sundar' 'g' into name

separated by space.

Regards

Suresh Datti