>Can anyone suggest a way of limiting the input of a field member to 
>only numbers.  I've tried the approach below, but this for some 
>reason isn't even allowing numbers to be entered.

Put a keydown script in onto the field sprite:

on keydown
   if "0123456789" contains the key then pass
end


-- 

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to