HP Forums

Full Version: my prog Cash_flow and error in Finance.CalcFV()
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,
my program Cash_Flow (Cash Flow) worked, but now it gives an error in the line
Code:
fvp:=Finance.CalcFV(n,rr*ppyr,npvp,0,ppyr,12,0);
.
What could be the real error? Is it changed in something the function CalcFV?

Thank you
Salvo
Found by myself and corrected (see the more recent post of the thread)!
Now the functions of Finance are:
TvmNbPmt, TvmIPYR, TvmPV, TvmPMT, TvmFV, DoFinance

So i.e. CalcPV becomes TvmPV and so on...

What was the reason to make this important changement, please?

thank you
Salvo
CalcFV was so generic... makes future finance function expansion problematic.
(04-23-2016 04:03 PM)Tim Wessman Wrote: [ -> ]CalcFV was so generic... makes future finance function expansion problematic.

yes, I agree!
I've modified some financial programs of mine for the Prime with the new functions name (leaving also the old versions) in the Software Libraries section of the forum...

Salvo
Reference URL's