Hi,
I'm trying to write a program that will read the source code of some pages and get some information out of them.
I wrote a simple program to do that but I'm getting a really weird bug.
I'm inputting the URLs by just using Text1 and then I split that by newlines into an array and I have the program go through all of the them consecutively and call info = Inet1.OpenURL(URL) with the URL being the latest URL.
The first one works fine, but all the rest just come up blank.
I have no idea why that is happening.
Any clue?
Thanks
I'm trying to write a program that will read the source code of some pages and get some information out of them.
I wrote a simple program to do that but I'm getting a really weird bug.
I'm inputting the URLs by just using Text1 and then I split that by newlines into an array and I have the program go through all of the them consecutively and call info = Inet1.OpenURL(URL) with the URL being the latest URL.
The first one works fine, but all the rest just come up blank.
I have no idea why that is happening.
Any clue?
Thanks