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

text problem

Former Member
0 Likes
348

Hi all,

I have a string variable below, and I want to output it onto the screen with quotation mark, how to do it ? Thanks.

(Suppose the text contains a quotation mark, e.g. I am a 'Fool'

write: 'I am a 'Fool' '. which is not allowed.)

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
323

Hi

Try this:


  WRITE: 'I AM ''SMART'''.

The result is: I AM 'SMART'

Regards,

2 REPLIES 2
Read only

Former Member
0 Likes
324

Hi

Try this:


  WRITE: 'I AM ''SMART'''.

The result is: I AM 'SMART'

Regards,

Read only

Former Member
0 Likes
323

Hi ,

If you are using the selection-screen then use the comment opition in it else if you desiging with the module pool program then we have use the label commad.

thank

kiranprasad