ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 242526272820242025
// -- Click code on BTN_AmortizationVal // Declare the variable ResAmortizationVal is real // Calculate the amortization value ResAmortizationVal = FinDecreasingRedemption(EDT_Cost, EDT_ResidualVal, ... EDT_Duration, EDT_Period, EDT_NbMonths) IF ResAmortizationVal <> 0 THEN // Display the result Info("The amortization value is: " + ResAmortizationVal) ELSE IF ResAmortizationVal = 0 THEN IF FinError() = 0 THEN Info("The amortization value is null") ELSE // Display the error message Error(ErrorInfo(errMessage)) END END END
Last update: 10/02/2024
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: