[Gambas-user] strange process print error

Benoit Minisini gambas at ...1...
Tue Oct 28 01:23:41 CET 2008


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 #fluidsynthproc, TextBox1.Text
> END
>
> >>> END CODE
>
> This looks okay. But for some reason I cannot print the lowercase letter p
> to the fluidsynthproc. Any reason / workaround for this?

No reason. Are you sure that the problem is not somewhere else?

-- 
Benoit Minisini




More information about the User mailing list