Function to fetch a web page and return a string?
Posted: Tue Aug 25, 2015 3:25 pm
hello.
I am attempting to find a function that will fetch a web page and return a sting.
Some thing like
Some one must have some thing pre-built to do this task. Searched the forum for about 20 minuets looking but nothing was very clear about fetching a url.
I am attempting to find a function that will fetch a web page and return a sting.
Some thing like
Code: Select all
String FetchURL(String WebAddress, TimeOut){
...
}
Some one must have some thing pre-built to do this task. Searched the forum for about 20 minuets looking but nothing was very clear about fetching a url.