UPPERCASE....lowercase - Thea Burger's Blog

Thea Burger's Blog

Wouldn't you like to know...

News

Photo's!!!

About me

I'm Reading: General Blogs

I'm Reading: Technical Blogs

UPPERCASE....lowercase

Just stumbled across this on SQL Server Books Online:

Forcing the Case of Text

This procedure describes how to force the case of text in the Editor pane.

To force the case of text

  1. Select the text for which you want to change case.

  2. To make the selected text lowercase, press CTRL+SHIFT+L.

    -Or-

  3. To make the selected text uppercase, press CTRL+SHIFT+U.

Would like to know how it is done in other environments...anyone?

Comments

Thea said:

To do the same as above in .net:

- Highlight your text
- UPPERCASE:
CTRL+SHIFT+U.
- lowercase
CTRL+U

# January 12, 2004 10:58 AM