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 [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
