String with double quotes in the variable

Hi Team,

I have String in variable , and I want that variable to print with double quotes.
Example: strStr=Testing is the variable available.
I want to print this variable in another variable like strStr2=“strStr”

@sushma_jaladi - Please try this…

Chr(34) + “String in double quotes” +Chr(34)

image

image

Please mark this as solution, if it solves your query.

Should work if you use triple quotes “”“StringText”“” let me know if that works

Try like this this @Em126351

Output = “”““output””“”