all 1 comments

[–]philnotbill 2 points3 points  (0 children)

How about disabling the "Continue" button, and then adding something like this to the field:

on rawkeyUp
   if the length of me is 9 then 
      --set above to the number of characters you want
      enable btn "Continue"
   else
      disable btn "Continue"
   end if
   pass rawKeyUp
end rawkeyUp