[Gambas-user] Sending special characters to a process

Benoit Minisini gambas at ...1...
Fri Aug 13 20:13:33 CEST 2004


On Friday 13 August 2004 19:53, Laurent Carlier wrote:
> Le vendredi 13 Août 2004 19:36, Daniel a écrit :
> > > PRINT #hProc, Chr$(4)
> > >
> > > does not work ?
> >
> > No, It does not work :-( I send you the sources, it needs "Ploticus",
> > which is a nice program to draw graphs. ( http://ploticus.sf.net )
> >
> >
> > Regards,
> >
> > Daniel Campos
>
> It seem you are sending chr(4) instead of chr$(4) to the process
>
> Regards,

Chr() and Chr$() are synonymous. Every BASIC function that ends with a '$' 
character has a synonymous without it.

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list