On Thu, Jun 18, 2009 at 5:30 PM, ayyaz<[email protected]> wrote:

> 1) Why does control pass it to the next statement when the next
> statement is 'R' which is not equivalent to 'r'?

It's correct behavior. There is no 'break' statement under the 'r'
selection so it will fall through to the next item. This is what you
want so you have the exact same behavior for both 'r' and 'R'. Another
option is to force the input char to uppercase and then just select on
the uppercase version only.

> 2) Dumb question, but how do you directly post to this list? What is the
> mailing list address? I am using this list by just replying to one of
> the message.

The address to send mail to is in the To: and Reply-To: field of every
message sent -- [email protected]

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
    If I were to divulge it, it would overturn the world."
               -- Jelaleddin Rumi

Reply via email to