how does one convert from C to F and also from F to C
I did a search and came up with this but it does not work.
&hs.SetDeviceValueByRef(6795,((hs.DeviceValueEx(3434)*9/5)+32),True)
and
&nhs.SetDeviceValueByRef(6795,((hs.DeviceValueEx(3434)*9/5)+32),True)
thanks in advance
Paul.
I did a search and came up with this but it does not work.
&hs.SetDeviceValueByRef(6795,((hs.DeviceValueEx(3434)*9/5)+32),True)
and
&nhs.SetDeviceValueByRef(6795,((hs.DeviceValueEx(3434)*9/5)+32),True)
thanks in advance
Paul.
Comment