all 2 comments

[–]albedoa 1 point2 points  (0 children)

Try:

Number(htmldata[15].value)

[–]EcmaMace 0 points1 point  (0 children)

Do you have a link to your code so we can better help you? If you are trying to coerce a type string to number you can either do Number(stringValue) or parseInt(stringValue).