2010/1/4 Doriano Blengino <doriano.bleng...@fastwebnet.it>:

> My idea was to raise an event when a line has been read

Based on what I just posted to the developer's list, you will need to
be specific about what defines an end of line. For example:

NUL     ^@     \0      Null character
ETX     ^C              End of Text
LF        ^J      \n      Line feed
CR       ^M     \r      Carriage return
ETB     ^W             End of Trans. Block

Or, a combination of characters, such as \r\n.

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to