These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Stuck on a calculation

whalestooth
Registered: May 17 2008
Posts: 4

I need to put in a java calculation that will calculate interest.

I tried the simplified field notation of:

TotalPrice = AmtFinanced (1+11.9) e52560

Total price is after 144 months compounded daily at 11.9% interest.

What am I doing wrong? I am NOT a Java author, just a schmuck that got assigned the job.

My Product Information:
Acrobat Standard 8.1.2, Windows
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4308
Simplified field notation only does the 4 basic arithmetic operations, no functions and no exponentiation not control loops, not set equal.

George Kaiser

whalestooth
Registered: May 17 2008
Posts: 4
Can I do it in the Java field? If so, what would be the script?