Disabled how? All the messages seems to be delivered? Why not to actually
close this, if it should not be used for some reason?


Jussi

On Thu, Dec 14, 2017 at 7:49 PM, Benoît Minisini <g4m...@gmail.com> wrote:

> Le 14/12/2017 à 18:33, John Rose a écrit :
>
>> 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
>>
>>
> Please subscribe to the new mailing-list at http://lists.gambas-basic.org,
> this one is disabled.
>
> Regards,
>
> --
> Benoît Minisini
>
>
> ------------------------------------------------------------
> ------------------
> 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
>
------------------------------------------------------------------------------
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