[Gambas-user] strange process print error
Joshua Higgins
joshiggins at ...1601...
Mon Oct 20 22:22:04 CEST 2008
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?
--
joshua higgins
>>>>>>------
More information about the User
mailing list