Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

I've tested it. If I use "!P", the double quote is escaped correctly.
user564758

It's a problem with having a double quote in the string. Use the example to see the problem.

¬`¦!"£$%^&*()_+{}~[]#:@;'<>?,./|\
martin

I'm not sure I understand the problem.

user564758 wrote:

If i use just !P i get this result.

"¬`¦!"£$%^&*()_+{}~[]#:@;'<>?,./|\"

If you use just !P, you should get no quotes around the value. And actually, it makes little sense to use any placeholder without quotes.
user564758

Well thanks for considering it but there is still the bug/issue with double quotes that maybe should be treated separately.