HP Forums
my prog Cash_flow and error in Finance.CalcFV() - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: my prog Cash_flow and error in Finance.CalcFV() (/thread-6114.html)



my prog Cash_flow and error in Finance.CalcFV() - salvomic - 04-23-2016 02:47 PM

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


RE: my prog Cash_flow and error in Finance.CalcFV() - salvomic - 04-23-2016 03:11 PM

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


RE: my prog Cash_flow and error in Finance.CalcFV() - Tim Wessman - 04-23-2016 04:03 PM

CalcFV was so generic... makes future finance function expansion problematic.


RE: my prog Cash_flow and error in Finance.CalcFV() - salvomic - 04-23-2016 04:30 PM

(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