FormNumDecimals

Use this keyword to specify the number of decimals for the entire form. If this keyword is specified, it overrides the number of decimals set for the cell. If this keyword is not specified, the number of decimals for the cell is used.

You can override a column, row, or cell decimal setting by using NumDecimals.

Syntax

FormNumDecimals=Decimals
         

Replace Decimals with a value from 0 to 9.

Note:

When you use a value of 9, maximum precision is used and therefore, up to 14 digits are actually included after the decimal.

Example

FormNumDecimals=0