Re: financial function



I need something as function "ppv" or "rate" in vb.net

Luisa

"Krustov" <krusty@xxxxxxxxxxxxxxxxxxxxx> ha scritto nel messaggio
news:MPG.1e6d6eeee970136498ad29@xxxxxxxxxxxxxxxxxxxxxx
<comp.lang.php , Luisa , luisa.lg@xxxxxx>
<dtvfr5$8ar$1@xxxxxxxxxxxxxxxxxxxxxxxx>
<Mon, 27 Feb 2006 19:20:47 +0100>

Php financial functions exist?
I need funcion to calculate the rate of a loan.


$vatno=1000;
$vat="30";
$vatyes=$vatno+($vat*($vatno/100));
$pr=number_format($vatyes,0);
$pr=$pr+1;
$fin="$pr" . ".00";

$fin would be 1300 or whatever .

Yes its a cut-n-paste and you will need to adapt it to suit .


.