Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTTP trouble

Status
Not open for further replies.

chriisb

Programmer
Mar 13, 2003
28
US
I'm trying to write a code to get the text version of a website that is quite large (about 150,000 characters) but whenever I try I only get the first 3844 characters. Does anyone know what I'm doing wrong? My code is

textbox1.text = Inet1.OpenURL(" & list)

where the string "list" is a list of stocks that I want to recieve information on.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top