get specific parameter out of html code

Alogretle

New Member
I want to check my online wallet for new transactions from this site instawallet.org.
How can I get the value where the 0 BTC is placed and set it as variable ? Here is my code which definitly doesn't work \[code\] Dim WebClient As New WebClient() Dim Btc As String = WebClient.DownloadString(Mywallet-generate one of your own by going to instawallet.org) Btc = Split(Btc, "<span class='digits' title='")(1).Split("</span>")(0).Split(">")(1)\[/code\]thank you
 
Back
Top