Changes between Version 1 and Version 2 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/FormatGrossWt
- Timestamp:
- 08/20/10 07:15:38 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/FormatGrossWt
v1 v2 1 = FormatGrossWt=1 === FormatGrossWt === 2 2 Format a string representation of the gross weight 3 3 … … 8 8 }}} 9 9 10 == Parameters==10 ==== Parameters ==== 11 11 12 12 * nScale - scale number 13 13 * len - length to format the string, spaces will be padded to the left. 14 14 15 == Return Value==15 ==== Return Value ==== 16 16 17 17 * Returns the string formatted weight. 18 18 19 == Remarks==19 ==== Remarks ==== 20 20 21 == Examples==21 ==== Examples ==== 22 22 23 23 {{{ … … 27 27 }}} 28 28 29 == See Also==29 ==== See Also ==== 30 30 31 31 * GetGrossWt