Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_pmt()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_PMT()


Syntax:        L_PMT(<expN1>,<expN2>,<expN3>)


Purpose:       Calculates the payment required to pay of an
               outstanding loan.


Arguments:     <expN1> is the amount of the loan.

               <expN2> is the interest rate per month.

               <expN3> is the number of months in which to pay of the loan.


Returns:       The monthly payment required to pay of the loan.


Examples:      How much money per month will be needed to pay off a
               loan of .25,000 over a period of 10 years with an
               interest rate of 13.75% per year.

               loan = 25000
               interest = (13.75/12)/100
               months = 25*12

               ? L_PMT(loan,interest,months)    && Result: 296.17


Language:      C

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson