Hello,
When I use chr(34), it inserts double quotation marks. But I only pretend single quotation marks.
How can I do this?
Thanks!
Hello,
When I use chr(34), it inserts double quotation marks. But I only pretend single quotation marks.
How can I do this?
Thanks!
use Chr(39) for single quotes
With that, it will appear as ’
But, I want this "
Does Chr(34) not work? I dont understand the question sorry
Do you mean Chr(34) is giving “” instead of "?
can you provide an example on what do you need please
regards
@catarina.martinsvalente Can you share the expression that you wrote
Yes, I mean exactly that
theres two because the quote is escaped that way, by adding another double quote. But if you print it out there should only be one , you can try print Chr(34) to a messagebox should only have one "