in reply to Re: Quicker way to do this IF statement 1-5
in thread Quicker way to do this IF statement 1-5

The reason I like this solution the best (out of all the above, perhaps except /^[1-5]\z/) is that it's practical for values, even a large number of them, that aren't sequential.

-Paul