On Mar 24, 2006, at 3:32 PM, Giuseppe Farese wrote:
MyHTTPSocket.GetHeaders(URL, 30)
The compiler returns that "This method requires fewer parameters
than were passed"
This is just like the thread I just finished, that someone answered
for me. You have to treat this as a function that returns a string.
So...
dim s as string
s=myHTTPSocket.GetHeaders(URL,30)
....then proceed with s.
Do you agree with me that this is less than clear in the language
reference?
-----
"Drama is life with the dull bits cut out."
-Alfred Hitchcock
Jerry Fritschle
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>