2

I think I have a problem with the special caracter %.

How can I get my program to work with a string like: toto%titi?

Regards,

4

1 に答える 1

3

The solution to this issue is to double the special character in the string

toto%titi becomes toto%%titi

Regards.

于 2012-11-25T20:40:28.660 に答える