I have the following code
Where data, and page are variables, data being a string and page an integer.
But the stream fails to open and then the app crashs inside the brl stream routines when it hits my while eof() loop.
Any ideas?
SearchStream = OpenStream("http://www.coreillusions.com/searchforum?q=" + data + "&start=" + page+"")
Where data, and page are variables, data being a string and page an integer.
But the stream fails to open and then the app crashs inside the brl stream routines when it hits my while eof() loop.
Any ideas?