|
the Case statement in VBScript is limited to equalities in its use
There is no "less than" or "greater than" only "equal to"
You can check for equality to multiple values by using a comma delimited list
Case 20,21,22,23, ...
then use Case else to catch anything outside that list
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|