hello,
I am reading and parsing data from a HTML stream
I am extracting a string that is a numerical value, but when I try to put it into an if statement to see if it's > or < than 10,000, it gives the error that you cannot use that operator with a string
is there another solution?
thank you
Start Free Trial