|
-
Feb 7th, 2000, 11:55 AM
#1
Thread Starter
Lively Member
Hi,
How do I detect the end of a response to a "list" command to a nntp server using winsock?
The list is quite long and the response does not come all at once. I need to know when does the response end so that I could prepare for the next incoming message whatever it may be.
I tried
If InStr(Received, vbLf & ".") Then
isList = False
End If
but it didn't work.
Please help.
Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|