Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Old code needs fixing (problem solved)
#3
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
Reply


Messages In This Thread
Old code needs fixing (problem solved) - by bplus - 09-27-2024, 09:31 AM
RE: Old code needs fixing - by Petr - 09-27-2024, 10:23 AM
RE: Old code needs fixing - by Kernelpanic - 09-27-2024, 10:59 AM
RE: Old code needs fixing - by bplus - 09-27-2024, 11:49 AM
RE: Old code needs fixing - by Kernelpanic - 09-27-2024, 12:24 PM



Users browsing this thread: 2 Guest(s)