Subject bBASE payment annuity( p_,i,_n_) function
From Norman Snowden <duluth@msn.com>
Date Fri, 05 Nov 2021 20:21:14 -0400
Newsgroups dbase.getting-started

" dBASE payment Annuity, (p_,i_,n_)"
           ?  p_,"p_", i_,"i_", n_, "n_"
      457,"p_", .07, "i_", 13, "n_"          
      cpayment = Payment(457,.07,13)
           cpayment = 54.78
           This is correct
           "However if I set up"
           cpayment = Payment(p_,i_,n_)
           "It won'compute! Computer freezes up"
    
          It previously worked in this program several years ago. Now a problem.
          I would appreciate any ideas.
          Thanks, Norman