Hi all,

i'm trying to separate a value with a "," .

I have a sensor input value that is stored with 3 digits (xxx) into the eeprom but when exporting using the debug command i need to have the xx,x format.

In the manual i found the DIG command but i'm not getting it to work together with the debug command.

The DEC2 works with the debug command but this is not the right choice for this i think.

Code:
debug dec2 VA,",",dec1 VA,13,10
how can i do it with the debug command ?

.