How can I check if a variable is a number?
I\'m trying this:
set a to 5 if a is a number display dialog \"Yes! It\'s a number!\" end if
set a to 5 if class of a is integer then display dialog "Yes! It's a number!" end if