Hoi
Also dann formatieren wir mal alles richtung Text HEX, das heisst, alles: type="16.000"
Für die Zahlenwerte dann eher mal so probieren:
Ich kann es leider gerade nicht selber testen...
Also dann formatieren wir mal alles richtung Text HEX, das heisst, alles: type="16.000"
Code:
$currtempc = "0x".sprintf "%x",ord($currtempc); $currhumidity = "0x".sprintf "%x",ord($currhumidity); $currcondition = "0x".sprintf "%x",ord($currcondition); $currwind = "0x".sprintf "%x",ord($currwind); $todayhigh = "0x".sprintf "%x",ord($todayhigh); $todaylow = "0x".sprintf "%x",ord($todaylow); $todaycond = "0x".sprintf "%x",ord($todaycond); $tomorrowcond = "0x".sprintf "%x",ord($tomorrowcond);
Code:
$currtempc = "0x".sprintf "%x",$currtempc;
Kommentar