LOCAL html$
LOCAL html_pages%
html_pages% = 1
FOR pages = 1 TO 2
html$ = NETWEBGET$("www.fivewaysmotors.co.uk", "/used-cars?page=" + html_pages%, 80, 131070, 3000)
DEBUG "Crash!"
NEXT
Try this in debug mode
Yes - it happens in both the current beta and V10.283 :'(
There was an unhandled file exception if you use the filerequest on Win7 x64 (my setup anyway) in debug mode. I'm curious if the NETWEBGET code influences the NETWEBGET$ part as NETWEBGET is file related?