Answered
So, I'm trying to figure out how to write a calculation in Acrobat 8, and its been a very long time since I've done anything with Javascript, so I'm having trouble coming up with it.
The following is what I would like in the correct coding format.
if A < B
use A
else
use B
Any help would be appreciated. Thanks.
event.value = Math.max(A,B);
Math.min should give what you're looking for.
Is this good enough?
Thanks in advance for any help provided,
Jim
The All Time Professional Amateur Hack