Hello all. I'm attempting to use the select() call, but I'm having no luck (10 Feb 2003 Unicon snapshot, on Linux/i386). The following code, I would think would work, but does not:

procedure main()
        while L := select(&input) do {
                writes(reads(L[1]))
        }
end

But it dies once there is anything on &input. Additionally, the script example on p.152-153 of the current Unicon book doesn't work here.

Does anyone have any ideas? Thanks.



-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC. Does your code think in ink? You could win a Tablet PC. Get a free Tablet PC hat just for playing. What are you waiting for? http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to