Skip to content

Instantly share code, notes, and snippets.

@AndyPiddock
Created February 22, 2023 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndyPiddock/922b51c6efa8e78ab9a8d5afe17ce544 to your computer and use it in GitHub Desktop.
Save AndyPiddock/922b51c6efa8e78ab9a8d5afe17ce544 to your computer and use it in GitHub Desktop.
Check that only numbers entered in field
on keyDown tkey
if tKey is not a number then
exit keyDown
else
pass keyDown
end if
end keyDown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment