On Thu, 26 Feb 2015, John Rose wrote:
>
> Forwarded Message
> Subject: Re: [Gambas-user] Standard Input & Exec
> Date: Thu, 26 Feb 2015 00:43:46 +0100
> From: Tobias Boege
> Reply-To: mailing list for gambas users
>
> T
to run the app outside the IDE (i.e. by launching the executable
from the CLI), it still worked OK when I used the Debug command within
the IDE.
John
Forwarded Message
Subject:Re: [Gambas-user] Standard Input & Exec
Date: Thu, 26 Feb 2015 00:43:46 +0100
On Wed, 25 Feb 2015, John Rose wrote:
> I want an Exec command to take input from Standard Input. I've looked at
> the Gambas documentation and it states:
> "If WRITE is specified, data can be sent to the command standard input
> by using the Process object with common output instructions: PRINT,
>
I want an Exec command to take input from Standard Input. I've looked at
the Gambas documentation and it states:
"If WRITE is specified, data can be sent to the command standard input
by using the Process object with common output instructions: PRINT,
WRITE, ... Note that a reference to the Process