I want to have a command containing double quotes characters in an Exec statement:
get-iplayer ".*" --force --type=TV

My code for the above is:
Exec ["get_iplayer", "\".*\" --force", "--type=TV] To sOutput
where sOutput is a string.

However, this does not work. I've tried omitting the 2 lots of \" but that doesn't help. My code used to be (which worked):
Exec ["get_iplayer", " --force", "--type=TV] To sOutput

--
John


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to