Hallo!
I could imagine that this is a stupid question, but my
try and error method doesn't worked here.
In my program I have values like 1550.0001E-9 . Right now the
only working way to represent this value is to set the Format
and precision values to 7 digits and engineering notation.
The latter I want to have the values in either E-3, E-6 E-9
units. But then my value is diplayed as 1.5500001E-6, which
is of course correct.
Is there any way to diplay it like I want?
--
Ciao , Frank .