Re: [Gambas-user] strange process print error

2008-10-27 Thread Benoit Minisini
On lundi 20 octobre 2008, Joshua Higgins wrote: > Hello, > > I'm getting a very strange error in my program. here is an excerpt: > >>> START CODE > > PUBLIC SUB Button1_Click() > fluidsynthproc = SHELL "fluidsynth -a jack" FOR INPUT OUTPUT > END > > PUBLIC SUB Button2_Click() > PRINT #fluidsynthpro

[Gambas-user] strange process print error

2008-10-20 Thread Joshua Higgins
Hello, I'm getting a very strange error in my program. here is an excerpt: >>> START CODE PUBLIC SUB Button1_Click() fluidsynthproc = SHELL "fluidsynth -a jack" FOR INPUT OUTPUT END PUBLIC SUB Button2_Click() PRINT #fluidsynthproc, TextBox1.Text END >>> END CODE This looks okay. But for some