09-27-2024, 10:59 AM
If I understood the explanation correctly, scientific notation should be displayed in a "normal" representation. How about that?
Code: (Select All)
Print Using "###.######"; 100E-6
Print Using "**###.######"; 100E-6
Print Using "###.######^^^^^"; 000.000100
Print Using "**###.######"; 99.999997E-6