|
First: Use a better name. tred is appalling. It conveys nothing about
the purpose of the function unless you already know it means TRim and
EDit. This sort of name is typical of Unix rubbish like awk, grep, sed
etc. that are only meaningful once you already know what they mean
(which when I was young and foolish I used to think was cool). tred2
simply compounds the problem. Because this function is formatting a
number then perhaps formatNumber or fmtNbr would be a better name.
Second: Make the function accept decimals. Until RPG supports
overloading or full descriptor support for numerics you have to
compromise by selecting an appropriate scale and precision. I would
suggest 30 digits with 9 decimal places.
Third: Provide an optional parameter to specify the number of decimal
places required in the formatted output.
Fourth: Increase the size of the character return value to allow for
suggestion 2.
Fifth: Support user-defined edit codes 5, 6, 7, 8, and 9.
Sixth: Add another optional parameter to control whether rounding or
truncation is performed on the input number if it has more decimals
than the required output.
Regards,
Simon Coulter.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.