in reply to Re^2: Best way to sum an array?
in thread Best way to sum an array?

A module is almost always a good solution, if not the best, for any problem. This is especially true if you consider your own time as one of the resources you want to minimize.
Bill