> I don't know what you are talking about. I was sending a fixed project for
> Demosthene. Please send your project so that I can take a look at it!
>
> Regards,
>
oh god, i didn't notice the attachment... it really works. ah, i see 
Lof() returns 0 on stdin, of course...
but there is something i don't understand, i altered the working code to 
check Lof():
Static Public Sub Application_Read()

   Dim sBuf As String

   Print Lof()
   sBuf = Read -256
   FMain.Insert(sBuf)

End

and now it permanently Prints zeros into my terminal, which means that 
the Application_Read() is called all the time, but nothing is inserted 
into the textarea, not even an empty string as i expected. what is going on?

btw, there are no stream objects for the 3 standard fds, just interfaces?

regards,
tobi

------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to