Function Payment() Foundation
Calculates a periodical payment for loans.
Payment( <nLoanedCapital> , ;
<nInterestRate> , ;
<nNumberOfPayments> ;
) --> nPayment
Returns a numeric value. It is equal to the value of a constant payment, necessary to pay back a loan at a specified interest rate (1 = 100% interest)
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.