Hi, I need to get a float variable and convert it to a string, with this format: "1.234e+02" (1-digit dot 3-digits 'e' plus-or-minus 2-digits) -- I'll send it to a LCD display.
Can you give me a hint? Thanks in advance, Pedro
Hi, I need to get a float variable and convert it to a string, with this format: "1.234e+02" (1-digit dot 3-digits 'e' plus-or-minus 2-digits) -- I'll send it to a LCD display.
Can you give me a hint? Thanks in advance, Pedro