[Gambas-user] UNEXPECTED AS error - Process management

Benoit Minisini gambas at ...1...
Wed Nov 16 00:12:07 CET 2005


On Tuesday 15 November 2005 21:51, Amon Forstmann wrote:
> Hi there,
>
> I tried my best to change my code to use the new process management
> syntax. Sadly without much success.
>
> Could someone provide an example with 2 Shell or Exec commands and the
> proper object.attach parts?
>
> Thank you,
>
> Amon
>

Logically, you just have to replace

  SHELL/EXEC xxxxxxxxxxxxx AS process

By:

  process = SHELL/EXEC xxxxxxxxxxxxx

Regards,

-- 
Benoit Minisini





More information about the User mailing list