[Gambas-user] No longer possible to write in "gedit" with 'Process'
Ru Vuott
vuott at ...325...
Tue Oct 1 16:37:23 CEST 2013
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
More information about the User
mailing list