Quick question here. How can I use a value containing a space in dlgchoose?
I want one of the values to be foo bar but that does not seem to work right. I also tried "foo bar" and foo+bar, still didn't work. How can I get the space between foo and bar?
Hm it seems there is no clean way to escape them, but if you use quotes, they won't be interpreted as separators: @set abc={dlgchooseS|Question|Yes="foo + bar"+No=bar}
Of course you'll have potentially unwanted quotes in your variable then.
@Leo can you confirm it's currently not possible to escape those?