[Gambas-bugtracker] Bug #1886: Argument list aditional quoting happening

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Fri Sep 25 19:14:43 CEST 2020


http://gambaswiki.org/bugtracker/edit?object=BUG.1886&from=L21haW4-

Comment #1 by Bruce STEERS:

Just as an example to explain in detail here is the CurrentArgument setting from my GForm .project file
The below args load in the editor as seen here with all the additional quoting making it harder to read.

CurrentArgument=["button=\"b1|Button 1|icon=open|com=xed \\\"/home/test.txt\\\"\"","button=\"|testing 1 2 3|tip=trying this\\rtip here\"","button=\"|CLose|close\""]

what i typed was...

button="b1|Button 1|icon=open|com=xed \"/home/test.txt\""
that turned into...
"button=\"b1|Button 1|icon=open|com=xed \\\"/home/test.txt\\\"\""




More information about the Bugtracker mailing list