Avatar

Level 2

Ok. I was able to figure this one out (http://forums.adobe.com/message/1944044#1944044 - pguerett) on validate:

if ((this.rawValue >= 0) && (this.rawValue <= 40)){

   true

} else {

   false

}

However, how can I change the error message from Validate failed to something else. How do I insert the alert into this script?

I would greatly appreciate your help.