Pergunta

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?

Foi útil?

Solução

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

delete := 'testing # {}'' testing ';
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top