Can someone please point out the mistake i am making,
I am trying to make strVal = 7465
i have worked on it different ways for like the past 2 hrs and can't figure it out.
Please someone make me feel dumb and show me thhe error of my ways.



Dim strHTML as String, strVal as String


strHTML = w.Request("GET", "http://www.neopets.com/market.phtml?type=your")
strVal= GetStringBetween(strHTML, "<b>Special</b>", "<input type")
strVal= GetStringBetween(strVal, "value='", "'><input type"


Spoiler taken straight from the source code of the page, when i view it in firefox.