atesh
Freshman
What's the best way to write the following:
Visual Basic:
If a = b Or a = c Or a = d Or a = e Then
...
If a = b Or a = c Or a = d Or a = e Then
...