Well, here's a method that works online, though not offline (unless you put this in a separate broadcast):
set [Type v] to [Word] if <(Number or Word) < (0)>//Won't run if (Number or Word) is a word. set [Type v] to [Number] else if <(Number or Word) > (-1)>//Won't run if word; safeguard. set [Type v] to [Number] end end
Offline