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
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