4/13/94
Randall L. Hitchens, 73330,73

This is a revised version of the original CHKPRT.ZIP file found in the
libraries up to a year ago.  The basic algorithm and approach is
unchanged but numerous fixes and fine tunings have been made.  I use
this routine every week to print paychecks for my wife's business and
have, to the best of my knowledge, debugged the routine completely.  I
make no guarantees about its usefulness, applicability, or freedom from
errors.  Use it at your own risk.  I would be interested in any comments
or thoughts or improvements made by anyone else, though, so please
contact me on my CIS id if you like.

It is fairly obvious near the bottom of main procedure to see how to
change the output string should you prefer a different style of output.

The routine is called by
        =CheckNumSpelledOut(CStr(NumericField))

This is consistent with the original calling sequence, I believe,
though, clearly, one might prefer to just call the function with the
numeric argument directly.

You create this module by creating a new module in the module painter
and issuing the File Load Text command from the module painter window.

Anyway, use it with good fortune.
Randall
