[Gambas-user] No longer possible to write in "gedit" with 'Process'

wally wally at ...2037...
Tue Oct 1 17:37:41 CEST 2013


Hi  vuott,

i tried your code on SVN  At revision 5866.
it works nice

wally
 

On Tuesday 01 October 2013 15:37:23 Ru Vuott wrote:
> Hello,
> 
> at one time I could write a string in "gedit" by using 'Process' with the
> following simple code:
> 
> *********************************************
> Private pr As Process
> 
> 
> Public Sub Form_Open()
> 
>   pr = Shell "gedit" For Write
> 
> End
> 
> 
> Public Sub Button1_Click()
> 
>   Print #pr, "Arma virumque cano qui primus..."
> 
> End
> *********************************************
> 
> Today, I saw that code with "Process" does not work anymore, and I do not
> know why, neither of which version the problem started.
> 
> 
> Best regards
> 
> vuott
> 
> ----------------------------------------------------------------------------
> -- October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from the latest Intel processors and coprocessors. See abstracts and
> register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
> _______________________________________________
> 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