The0neThe0nly Expert Cheater
Reputation: 0
Joined: 08 Dec 2009 Posts: 119 Location: In a box
|
Posted: Sun Mar 23, 2014 11:25 am Post subject: [VB.Net] Comparing long value with text of a webpage |
|
|
I am getting the text of a simple page on a webserver, which has 3 numbers like this:
| Code: | | 10947824 91827438 50192874 |
I can get the long value and the text at the page, but how do I compare it so that I can tell if the long value is one of the values on my webpage?
|
|