문제

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?

도움이 되었습니까?

해결책

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

delete := 'testing # {}'' testing ';
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top