Roger:

Sorry to say - that you have to say ...

Case "$ipad" = "45" or "$ipad" = "46" or "$ipad" = "48" etc,etc...

What I would do is take off the double-quotes and do a numeric test like this ...

Case $ipad > 44 and $ipad < 54

Shawn.


Ahhh - that screws up #47 though - anyway - you get the idea.

[This message has been edited by Shawn (edited 27 November 2000).]