I try to submit a JSON as comandline parameter.
Code: Select all
{
"Foo": "Bar"
}
Code: Select all
MessageRequester("Test", ProgramParameter(0) + #CRLF$ + ProgramParameter(1))
I tried \",""",^" and some others but with no success. Google is not helpful.
Any idea? How to submit double quotes in a commandline parameter?
Kukulkan