Skip to Content
0
Former Member
Jul 11, 2007 at 07:41 AM

CONCATENATE

30 Views

Hi Friends,

Suppose if i have 2 strings which is concatenate into another variable.

data : a(10) type c value 'INDIA',

b(20) type c value 'HELLO',

c(40) type c.

concatenate a b into c seperated by space.

write c.

result will be = INDIA HELLO.

result will have only single space, if i need to increase the space what should i do.

good answer can be awarded.

Good luck all.