Le 01/01/2015 15:15, Jussi Lahtinen a écrit :
> I reported about failure of "Read Watch" test (ERROR 259).
> I expect watch to call read event because of line:
> Shell "echo test > " & sTemp Wait
>
> But it doesn't.
> Is my method flawed or what is going on?
> See attachment.
>
>
> Jussi
>

        Shell "echo test > " & sTemp Wait

does not emit any event, as its underlying Process object has no event name.

-- 
Benoît Minisini

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to