[Gambas-user] shell return parameter (text)

Stefano Palmeri rospolosco at ...152...
Fri Jul 10 11:24:11 CEST 2009


Il venerdì 10 luglio 2009 10:09:00 Szenográdi Norbert ha scritto:
> Hi,
>
>
> Can I build to Fmain window a textbox with shell return text ?
>
> AS: SHELL ("echo hello")
> and textbox.text will be: "hello"
>

DIM sShellOut AS String

SHELL "echo -n hello" TO sShellOut
TextBox.Text = sShellOut



Ciao.



>
> regards, Sevoir
>
>
>
> ---------------------------------------------------------------------------
>--- Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user






More information about the User mailing list