I have a problem in OutSystems saving text into database, which contains "
.
For example user inputs in a text field the text "c".
In a debugger i can see that it converts into text="""c""."
, probably to escape the "
character in expressions.
And when i write it in a database it is already c"".
How to handle this situation correctly?