Script & Plug-In DevelopmentDiscuss scripting for HomeSeer and general VBScript assistance. Use this forum to post incomplete scripts, script snippets or code samples.
I have a script that is writing a decimal value to a devicevalue. When I retrieve the value it is always rounded up to a single integer. I have tried running Cint and Ccur on it but the decimal places seem to be lost. Is there a way to store a decimal in devicevalue? Thanks.