Hello,
I am trying to build a string which is getting a bit too long as it contains double quotes.
Here is the code:
Is there any easier way to build strings with quotes (single as well as double)?
TIA
Yogi Yang
I am trying to build a string which is getting a bit too long as it contains double quotes.
Here is the code:
bufRetValueBuffer = Charact(34) + "ok" + Charact(34) + "," + Charact(34) + Charact(34) + "," + Charact(34) + Charact(34) + "," + Charact(34) + Charact(34) + "," + Charact(34) + Charact(34)I should the string like this:
Quote
"ok","","","",""
Is there any easier way to build strings with quotes (single as well as double)?
TIA
Yogi Yang