Thread: VBscript
View Single Post
Old 03-23-2005, 01:05 PM   #3 (permalink)
MBennett
 
Banned

Join Date: Feb 2005

Posts: 74

MBennett

Default

I have since figured out a way to get it to work.. It might be a little "messy" but this is what I have done:

case else
if sZipCode > 02999 then
'Code
end if

if sZipCode > 03999 then
'Code
end if

if sZipCode > 04999 then
'Code
end if
end select

Like it said, it might be considered a bit 'crude' and unconventional but it does the trick.

I appreciate your opinions. Let me know what you think of this idea or the possible benefite of changing it...

THANKS!!
MBennett is offline