I need a simple method to extract a temperature value as a number from the device strings produced by mcstemp. I use Temperature, Humidity and Windspeed in calculations to derive Windchill, Humidex and Dew Point.
Using the device values only returns the whole part of the numbers and results in somewhat inaccurate results.
I've tried various VB methods without success as the structure of these strings is a bit difficult to decypher.
Thanks in advance.
Using the device values only returns the whole part of the numbers and results in somewhat inaccurate results.
I've tried various VB methods without success as the structure of these strings is a bit difficult to decypher.
Thanks in advance.
Comment