HTML and returnValue will be holding the same value.Code:Dim returnValue, HTML As String With New Wrapper returnValue = .WebRequest(HTML, "http://www.gaiaonline.com/", "GET", String.Empty, String.Empty) End With System.IO.File.WriteAllText("returnValue.html", returnValue) System.IO.File.WriteAllText("HTML.html", HTML)
It'd be pretty useful to have .WebRequest return true if it successfully executed or false if it timed out or there was an exception/etc
Results 1 to 10 of 10
Threaded View
- 26 Apr. 2013 10:52pm #4