[Gambas-user] How to specify a string constant in an Exec statement

Bruce adamnt42 at gmail.com
Sun Jul 12 11:19:03 CEST 2020


No,no,no,no,no!

1. There us no closing ]

2. Exec does NOT pre-process the arguments you give it. Try
	get_iplayer '\".\"' --type=TV
   in a terminal and see what it says. You have to understand exactly 
what gambas sends to the exec system call. N.B. exec system call not 
"Exec" system call.

3. try in gambas
	Exec ["get_iplayer","'.*","--type=TV"] To sOutput
   It's a guess

4. Pay particular attention to the single and double quotes in the above.

hth
bruce

On 12/7/20 5:06 pm, John Rose wrote:
> Exec ["get_iplayer", "\".*\"", "--type=TV" To sOutput


More information about the User mailing list