in reply to 2Re: bitwise string operator question
in thread bitwise string operator question

That calls the buildin uc. You might want to call ::uc instead. But beaware, it doesn't uppercase! It flips the case, uppercase to lowercase, and lowercase to uppercase.

Abigail