Strange request...
Although it would be a poor choice on a character by character basis,  the 
CONVERT statement in UV works:

LL = 'abcdefghijklmnopqrstuvwxzy'
UU = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'

FROMSTR = LL:UU
TOSTR = UU:LL

...

INPUT MYSTR
FLIPPED = CONVERT( FROMSTR, TOSTR, MYSTR )

:)


On Jul 5, 2013, at 2:49 PM, Wjhonson <wjhon...@aol.com> wrote:

> Does anyone know of an internal command of any sort that will allow one to 
> flip the case of some input stream ?  That is, not just make it all lower 
> case or all upper case, but actually make all lower case input upper, AND at 
> the same time all upper case input lower.
> 
> That is truly flip the case of each input character ?
> 
> I'm going to write my own, unless someone has one.
> 
> Thanks
> _______________________________________________
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to