[Gambas-user] Information: Set a variable from Shell command

Peter k-p.richter at ...20...
Thu Dec 23 17:39:57 CET 2004


Am Mittwoch, 22. Dezember 2004 15:37 schrieb Mike Keehan:
> This works:-
>
>
>       Dim Svar as String
>
>       SHELL "who > /tmp/who.out" WAIT
>       Svar = File.Load("/tmp/who.out") 
         KILL "/tmp/who.out"     ' (I am born in Prussia ;-) 
>
> Mike.

Peter




More information about the User mailing list