I get the above error when I try to execute this calculation in one of my fields. I'm not sure whats wrong with it (which isnt weird since this is my first attempt at Javascript or Adobe fields...)
STR is the name of the field. I have this calculate event set to On Blur
Learning VBA through your expert tutelage!
Code:
math.round((STR-11)/2)
STR is the name of the field. I have this calculate event set to On Blur
Learning VBA through your expert tutelage!