Crashing Problem on MacOS/RunRev 2.2
Jim MacConnell
jmac at consensustech.com
Thu Apr 29 17:00:26 EDT 2004
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
More information about the use-livecode
mailing list