Should be simple but just doesn't work somehow:
I have button that needs to check if textfield boldval value is 0 if true then set it to 1 else do the "else" part of the script:
set a textfield named boldval to 1 if it's value is 0
//check if boldval textfield value is 0
if (boldval.rawValue == "0")
//if value is not 0 set it to 1
{
boldval.rawvalue = "1";
}
else
{
boldval.rawvalue = "0";
if (boldval.rawValue != "0")
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com