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,065

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,946

Hello


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

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

4 REPLIES 4
Read only

Former Member
1,947

Hello


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

Read only

0 Likes
1,946

Thanks. It solved.

Read only

Former Member
0 Likes
1,946

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,946

Please search in SDN before posting