Admittedly though, that's pretty easy too.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Gary White" <reply@newsgroup.please> wrote in message
news:fnbqm4p8674l90s5p952kolst10jpbv8pp@4ax.com...
> On Tue, 13 Jan 2009 23:09:15 +0000, David Powers
<david@example.com>
> wrote:
>
>>Why? That means converting the data every time it's
displayed. If the
>>data is always required as uppercase, it makes more
sense to convert it
>>once at the time of storage.
>
> For the most part, I agree. However, there is the
possibility down the
> road, that they might want to use the data for something
other than the
> current ticker. In that case, it might display better in
mixed case. It's
> a lot easier to convert to all upper case for the
ticker, than to try to
> convert all upper case to mixed case.
>
> Gary