Question

Hi I have the following code

delete: = 'testing # {}' testing ';

the problem is that when I use 'fails because it does not know how to avoid this error in other languages ​​such as perl is solved by using \' delphi but does not work.

someone could help form the variable without errors?

Was it helpful?

Solution

Assuming that your problem is trying to put a quote character inside a string literal, then try this:

delete := 'testing # {}'' testing ';
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top