Pregunta

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?

¿Fue útil?

Solución

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

delete := 'testing # {}'' testing ';
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top