Hi,
I need to create a string that has quotes inside it. I would think this would be trivial, but I haven't been able to do it nor have I found any documentation on the topic. I basically need something like this:
"Alfa "alfa" beta"
where all of it is a string. I am trying to pass the whole string to a query.
~M
I need to create a string that has quotes inside it. I would think this would be trivial, but I haven't been able to do it nor have I found any documentation on the topic. I basically need something like this:
"Alfa "alfa" beta"
where all of it is a string. I am trying to pass the whole string to a query.
~M