[Gambas-user] Re: Release of Gambas2 1.9.11

PaquitoSoft cloroetilo at ...626...
Wed Jul 6 21:28:20 CEST 2005


* 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


-- 
El tiempo es un gran profesor. Desafortunadamente, mata a todos sus
alumnos.





More information about the User mailing list