home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / trl14db.zip / TRLPRG.EXE / INCTIME.PRG < prev    next >
Text File  |  1990-10-22  |  467b  |  19 lines

  1. ***********
  2. * INCTIME.PRG
  3. * by Tom Rettig and Leonard Zerman
  4. * Placed in the Public Domain by Tom Rettig Associates, 10/22/1990.
  5. *
  6. * SYNTAX: DO INCTIME WITH <increase>, <rate>, <compounded> 
  7. * RETURN: <expN> number of years required for specified appreciation.
  8. ***********
  9. PARAMETERS par1, par2, par3 
  10. CALL Trpass  WITH par1
  11. CALL Trpass  WITH par2
  12. CALL Trpass  WITH par3
  13. CALL Trexe   WITH "INCTIME"
  14. IF fox
  15.    RETURN (tr_retn)
  16. ENDIF
  17. * eof inctime *
  18.  
  19.