Re: Possible to implement something like - WeOnlyDo Discussion board

Re: Possible to implement something like (General questions)

by wodDamir, Friday, November 23, 2007, 02:55 (5992 days ago) @ enaiman

Hi,

The empty string usually means that there was an empty line received.
In that case, there is more lines retrieved, so you should call the ReceiveLine method again.

However, if you only need the last line, it would perhaps be easier to call the receive method, and parse the result (start from the end). I believe that the result should contain CR/LF sequences, which should make it much easier to parse the result.

Hope I helped.

Regards,
Damba


Complete thread: