Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 92406

Re: Calculation Help

$
0
0

So I have this script(see below) in another form. Instead of subtraction, I want it to multiply "Rent_20" by 12.

 

var res = +this.getField("Rent_20").value - +this.getField("TotalAnnualExpenses0").value;

 

 

if (res != 0) {

    event.value = res; 

}

else {

    event.value = "";

}


Viewing all articles
Browse latest Browse all 92406

Trending Articles