Acrobat Jave Script Question
Good day to everyone!
I'm hoping someone can help me with a script so the result doesn't round up or down. The issue is I am not using any decimal spaces so the result is rounding up. Here is my example:
field l6 = 101
field l9 = 200
field l10 = l6-l9 (this should give a result of (99) but it is rounding up to 100. I suspect that field l6 is where the issue might be because the result of 101 (which is field M2 * .02).
Any ideas on script that might resolve this issue would be much appreciated.
