grahamrhind
Technical User
Hi all,
I want to be able to send a character variable as a parameter. That's easy enough, as I send the string surrounded by quotation marks.
However, the string being sent in this case may include different types of quotation marks (single or double) and in different quantities (including odd number quantities). For example:
'I said, "Let's go home"'
"This isn't correct"
and so on. The procedure itself is designed to remove the quotation mark sets, so no processing of the string may take place before being sent as a parameter.
Can anybody tell me how to send that character variable without using quotation marks?
I want to be able to send a character variable as a parameter. That's easy enough, as I send the string surrounded by quotation marks.
However, the string being sent in this case may include different types of quotation marks (single or double) and in different quantities (including odd number quantities). For example:
'I said, "Let's go home"'
"This isn't correct"
and so on. The procedure itself is designed to remove the quotation mark sets, so no processing of the string may take place before being sent as a parameter.
Can anybody tell me how to send that character variable without using quotation marks?