[Gambas-user] Something is happening with Process...

Benoit Minisini gambas at ...1...
Sun May 30 09:16:57 CEST 2004


On Sunday 30 May 2004 03:57, Héctor Fernández López wrote:
> Hi again.  Gambas 0.93b gives me this error:
> Unknown symbol 'Send' in class 'Process'
> when i, by example, try to use FConsole example.  It highlightes
> $hProcess.Send(sLig) line.  This is no caused by Read Only projects or
> something else.  I opened the Gambas Help Viewer Process section, and Send
> does not appear.  What's happened with Send??
>

Read the changelog man :-)

Now, instead of doing:

  MyProcess.Send(Data) 

You do:

  PRINT #MyProcess, Data;

Cool, isn't it ?

Regards,

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




More information about the User mailing list