Dave,

Can't check for a crash right now.. It would be a surprise and not good
behavior but... 

My guess is your script would work fine if you didn't use the "a" word... As
in:

function CheckKey theKey
    if theKey is a number then return true
    if theKey is "," then return false
    if theKey is "-" then return false
    return true
end CheckKey

The worst thing your script should do is generate an error "," is an
undefined property or some such thing.

--
Jim

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to