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

  1. ***********
  2. * DEPVALSL.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 DEPVALSL WITH <price>, <value>, <life>, <time> 
  7. * RETURN: <expN> value of asset after specified time 
  8. ***********
  9. PARAMETERS par1, par2, par3, par4 
  10. CALL Trpass  WITH par1
  11. CALL Trpass  WITH par2
  12. CALL Trpass  WITH par3
  13. CALL Trpass  WITH par4
  14. CALL Trexe   WITH "DEPVALSL"
  15. IF fox
  16.    RETURN (tr_retn)
  17. ENDIF
  18. * eof depvalsl *
  19.  
  20.