Hello, How might I write this line without using all the OR's? Seems like there is a more compact way to do this with a loop, just not sure what it is. ElseIf StringInStr($Version, "v1.3.1_04") <> 0 Or StringInStr($Version, "v1.3.1_05") <> 0 Or StringInStr($Version, "v1.3.1_06") <> 0 Or StringInStr($Version, "v1.3.1_07") <> 0 Or StringInStr($Version, "v1.3.1_08") <> 0 Or StringInStr($Version, "v1.3.1_09") <> 0 Or StringInStr($Version, "v1.3.1_10") <