×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
On 03/07/2009, at 12:09 AM, John Rusling wrote:
Improvement suggestions?
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.
--------------------------------------------------------------------
FlyByNight Software OS/400, i5/OS Technical Specialists
http://www.flybynight.com.au/
Phone: +61 2 6657 8251 Mobile: +61 0411 091 400 /"\
Fax: +61 2 6657 8251 \ /
X
ASCII Ribbon campaign against HTML E-Mail / \
--------------------------------------------------------------------
As an Amazon Associate we earn from qualifying purchases.