<[EMAIL PROTECTED]> wrote:

> Anyone know of an easy way to convert a string that is lowercase ie "this is
> the string" to uppercase through Lingo ie "THIS IS THE STRING"
> 
> Thanks

Yair Sageev's TextCruncher Xtra has a case-convert method and is very quick!
Find it at http://www.updatestage.com/xtras.

For a pure-lingo solution, create a list of your upper and lowercase ascii
codes (because "a" = "A", right?) and walk through your text char by char...
But this will be _very slow_, especially for long strings.

--scott


[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