> I need to convert a string to UPPERCASE before writing it to a text member

Several people have pointed out the basics - lower ASCII is the same for all
fonts, so you can use the 32 difference to swap your basic characters. Be
aware, however, that this does not apply to upper ASCII characters. You will
need to add functionality to handle accented characters if they appear in
your strings - usually not an issue with English, but a fact of life with
most other languages.

-Kurt


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to