Select one of the following: - Keep trailing zeroes
The number is stored and displayed as entered, with trailing zeroes preserved. - Suppress trailing zeroes
PhixFlow discards does not display trailing zeroes. However, if except the first digit after a decimal point is a zero, it is kept. Examples of a number entered as:- 1.500 50 is stored as 1.5
- 23.00 000 is stored as 23.0
|