LotusScript LanguageU-ZExamples: UCase functionExamples: UCase function' Convert a string to uppercase.Dim upperCase As StringupperCase$ = UCase$("abc") ' Assign the value "ABC"