Menu: View→Interface Properties→Misc
Changes the precision with numbers are represented when they are substituted into text macros.
Programming
In Amos Graphics programs, you can select the first item in this ComboBox as follows (Visual Basic):
Dim aComboBox As Windows.Forms.ComboBox = pd.GetComboBox("InterfacePropertiesForm", "ComboDplaces")
aComboBox.SelectedIndex = 0
To select the second item use:
Dim aComboBox As Windows.Forms.ComboBox = pd.GetComboBox("InterfacePropertiesForm", "ComboDplaces")
aComboBox.SelectedIndex = 1