mikes.herps
New member
Im looking to get a string from a site in my webBrowser1 and set this string to a variable so i can use it in my code.
The sring is
<b>$<font color="green">1,000</font></b>
But i need to get it to work if it had any value where 1,000 is so stripping the html would be no good for me. Basicly what i want to do there is a roulette table on a game i play and i want to make a bot for it if i lose the bet the website will produce this string
<b>$<font color="red">*</font></b>
and if i win the bet it will produce this string
<b>$<font color="green">*</font></b>
i want to get this so i can run an if/else statment in my loop so if i lose the bet i will double it and if i win i will reset to the default value
if anyone can help i will rate them
thanks in advane
mike
The sring is
<b>$<font color="green">1,000</font></b>
But i need to get it to work if it had any value where 1,000 is so stripping the html would be no good for me. Basicly what i want to do there is a roulette table on a game i play and i want to make a bot for it if i lose the bet the website will produce this string
<b>$<font color="red">*</font></b>
and if i win the bet it will produce this string
<b>$<font color="green">*</font></b>
i want to get this so i can run an if/else statment in my loop so if i lose the bet i will double it and if i win i will reset to the default value
if anyone can help i will rate them
thanks in advane
mike