Write only last double quote

Hello everyone

is it possible to write only the last double quote
example: stringvariable"

I tried
“stringvariable” + Char(34)
" “stringvariable”" "
but no success any help would be much apricated

Hi,

The first expression should be "stringvariable"+Chr(34). However it will work correctly as the following.

How did you check it was wrong?

Regards,


I get the following error message

FYI using Studio version 2020.10.8

Hi,

Can you try not Char(34) but Chr(34) ?

Regards,

sorry please disregard was writing Char instead of chr
works thank you!!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.