Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

concatenating single apostrophe

Former Member
0 Likes
5,068

Hi,

I need to concatenate single coat to the string.

e.g : I need the result in output after concatenation is 'TEST'.

Can you please help me?

Thanks,

SAM

1 ACCEPTED SOLUTION
Read only

Former Member
1,949

Hello


data: c(10).
concatenate '''' 'test' '''' into c.
write c.

Hello


data: c(10).
concatenate '''' 'test' '''' into c.
write c.

4 REPLIES 4
Read only

Former Member
1,950

Hello


data: c(10).
concatenate '''' 'test' '''' into c.
write c.

Read only

0 Likes
1,949

Thanks. It solved.

Read only

Former Member
0 Likes
1,949

Hi,

Use the acute symbol (`) on keyboard the one which is left to 1 ..... `'TEST'`

Thanks,

Shailaja Ainala.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,949

Please search in SDN before posting