[Gambas-user] Re: Release of Gambas2 1.9.11

Benoit Minisini gambas at ...1...
Fri Jul 8 16:26:38 CEST 2005


On Wednesday 06 July 2005 21:28, PaquitoSoft wrote:
> * A new syntax for EXEC or SHELL: 'EXEC|SHELL ... TO aString' executes
> the
> command, waits for its termination, and returns the process output to
> the
> specified string. The syntax defined in 1.9.10 has been removed.
>
> Do you mean that:
>
> dim p as Process
> p = SHELL("echo $HOME") for read
>
>
> is back again like this??:
>
> dim p as Process
> SHELL("echo $HOME") for read as p

Yes.

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list