From: Scott W. <swa...@my...> - 2001-10-29 14:39:57
|
The floating point stuff is almost ready for beta testing. I did not have any time to work on it this weekend ;( I need to merge Marc's changes into my code, before I distribute, and fix a few glitches. > Hi! > > I just wanted to know if you could tell me > if you plan to be save a float-value with > *ALL* the decimal points entered in the edit > view (or better still as a double) , > regardless of the global setting > which defines the no of decimal places to > be *DISPLAYED* > The new float stuff saves everything in the float value as entered in the edit form. When in list view, it displays only the number of decimal points set using the preferences, but when edit mode is re-entered, all digits are displayed... All the number format should be supported. expect a version today or tomorrow. -Scott |