home *** CD-ROM | disk | FTP | other *** search
-
- Problem Fancy string formulas that take a number like 17,613.05
- and write it out in words like:
-
- Seventeen Thousand, Six Hundred, Thirteen and 05/100 dollars
-
- Handles any number.
-
-
- Block Diagram
- ______________ ______________
- | | |
- | | |
- | Inputs | String |
- | and | Formulas |
- | Check | |
- | | |
- | | |
- | | |
- |______________|______________|
-
- Tips
- String arithmatic accomplished w/o the use of table lookups.
-
- Uses a series of fancy @IF formulas consisting of a combination
- of @MID, and @LENGTH functions.
-
-
-
-
-
-
-
-
-
-
-
-