home *** CD-ROM | disk | FTP | other *** search
/ Software Du Jour / SoftwareDuJour.iso / BUSINESS / LOTUS / TUTDOC2.ARC / 4206.PRN < prev    next >
Encoding:
Text File  |  1985-02-26  |  1.0 KB  |  38 lines

  1.  
  2. Problem  Fancy string formulas that take a number like 17,613.05
  3.          and write it out in words like:
  4.  
  5.          Seventeen Thousand, Six Hundred, Thirteen and 05/100 dollars
  6.  
  7.          Handles any number.
  8.  
  9.  
  10. Block Diagram
  11.                     ______________ ______________
  12.                    |              |              |
  13.                    |              |              |
  14.                    |   Inputs     |    String    |
  15.                    |   and        |    Formulas  |
  16.                    |   Check      |              |
  17.                    |              |              |
  18.                    |              |              |
  19.                    |              |              |
  20.                    |______________|______________|
  21.  
  22. Tips
  23.          String arithmatic accomplished w/o the use of table lookups.
  24.  
  25.          Uses a series of fancy @IF formulas consisting of a combination
  26.          of @MID, and @LENGTH functions.
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.