On Wed, 8 Jun 2016 15:32:46 +0200
Benoît Minisini <gam...@users.sourceforge.net> wrote:

> Le 08/06/2016 15:25, Gianluigi a écrit :
> > Ru Vuott asks me to re send his message erroneously seen as spam.
> > This is the message:
> >
> > Hello Benoît,
> >
> > in Gambas IDE the "Open contents..." button is able to capture text, shown
> > in console, and to save it in a text file.
> > I'ld like to ask if you can implement a new feature, as method or property
> > (of Application? or of System?) that returns - as String - the text shown
> > by console.
> > I say something like this (...simply an example):
> >
> >      BlaBla.GetTextfromConsole As String
> >
> > Regards
> > vuott
> 
> It's not possible. A process has no idea of what is done with what is 
> sent to its standard output or standard error output.
> 
> -- 
> Benoît Minisini
> 

I had a similar issue recently.  There is a way to achieve this currently by 
using the
Output To  and 
Error To 
commands, and then simply read the file produced.

regards
Bruce


-- 
B Bruen <adamn...@gnail.com (sort of)>

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to