SOLVED:
Decimal symbol : .
Grouping symbol : ,
Hi all
well before my decimals show normal after my script started.
right now they return total wrong
this is how it should be :
right now
This is what i have in the ini, it always work normal
highcons = (FormatNumber(highcons /1000,2 ))
lowcons = (FormatNumber(lowcons /1000,2 ))
GasToTal = (FormatNumber(GasToTal /1,2 ))
and so on...
Am i missing something in dotnet ?
this info is from an xml page. it worked yesterday...
Regards
Decimal symbol : .
Grouping symbol : ,
Hi all
well before my decimals show normal after my script started.
right now they return total wrong
this is how it should be :
jan-22 11:43:41 | current consume | 0.03 kWh |
jan-22 11:43:41 | current actual produce | -0 kWh |
jan-22 11:43:41 | low produced | 635.82 kWh |
jan-22 11:43:41 | high produced | 1524.19 kWh |
jan-22 11:43:41 | low consumed | 1487.34 kWh |
jan-22 11:43:41 | high consumed | 900.03 kWh |
jan-22 11:43:41 | Total | 227.36 |
jan-22 11:43:41 | payment / returns | -4.82€ |
jan-22 11:43:41 | gasTOTAL | 974.81m³ |
jan-22 11:43:41 | Malosa P1 | Updating |
jan-29 14:49:52 | low produced | 6389830 kWh |
jan-29 14:49:52 | high produced | 15256460 kWh |
jan-29 14:49:52 | low consumed | 15366780 kWh |
jan-29 14:49:52 | high consumed | 9369670 kWh |
jan-29 14:49:52 | Total | 3090160 |
jan-29 14:49:52 | payment / returns | -1729272550€ |
jan-29 14:49:52 | gasTOTAL | 10544,73m³ |
highcons = (FormatNumber(highcons /1000,2 ))
lowcons = (FormatNumber(lowcons /1000,2 ))
GasToTal = (FormatNumber(GasToTal /1,2 ))
and so on...
Am i missing something in dotnet ?
this info is from an xml page. it worked yesterday...
Regards
Comment