Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/FormatWt
- Timestamp:
- 12/15/21 10:21:40 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/FormatWt
v3 v4 45 45 }}} 46 46 47 {{{ 48 float wt = 12.137; 49 char szWt[20]; 50 FormatWt(wt, 2, 2, szWt); 51 DisplayText(0, 0, szWt); 52 // Will display 12.14 53 }}} 54 47 55 == See Also == 48 56