Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Select one of the following:

  • Keep trailing zeroes
    T
    he number is stored and displayed as entered, with trailing zeroes preserved.
  • Suppress trailing zeroes
    PhixFlow discards trailing zeroes. However, except if the first digit after a decimal point is a zero, it is kept. Examples of a number entered as:
    • 1.500 is stored as 1.5
    • 23.00 is stored as 23.0

...