I am wondering if it is possible to set a range of value. For example, I am trying to make it so a timer checks a label for integers 1 through 5.

Instead having to write out

Code:
If Label1.Caption = "1" or "2" or "3" or "4" or "5"
is there a way I could make it so it ranges from 1 to 5?