>>        [10-31]) SearchStr="$Month $Day";;

That means "a single character in the set 1, 0 through 3, and 1", so
it will match any of 0 1 2 3  and nothing else.

>>#       [12][0-9]) SearchStr="$Month $Day";;
>>#       30 | 31 ) Day=02; SearchStr="$Month  9";;

That's more like it; the [12][0-9] will match 10 through 29.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to