2008 Jan 24 11:52 AM
hi,
how to read apostrophe in strings so that no error message
is received.
hi,
how to read apostrophe in strings so that no error message
is received.
2008 Jan 24 11:54 AM
may i know your requirement becuase qsn is not complete
regards,
surya
2008 Jan 24 11:56 AM
hi,
if you need t replace then use keyword translate
translate <variable> using pattern ' ' <space> '
also ypu can yuse CP key word that is contains pattern ' ' '
hope its useful,
else elaborate more obn your requirement,
reward if helpful.
taher
2008 Jan 24 11:57 AM
use '''' instead of '
i.e. 4 apostrophe instead of 3.
i.e.
data : a type string.
a = 'abc'.
concatenate a '''' a into a.
write 😕 a.
result
abc'abc
2008 Jan 24 12:07 PM
Hi Anupama,
first concatenate that ' with some character and after that u can use it.
regards,
ravi shankar reddy
2008 Jan 24 1:22 PM
Hi Anupama,
Create a text element with the description ' (apostrophe) in the program text elements.
Now if you have a string with value abc'def and you want to read ', then use FIND command.
Regards,
Sagar
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |