%str.upper( … )
Returns the uppercase version of the input.
The uppercase operation is done using the current locale.
Example
control.Tmp-String-0 := "caipirinha"
reply.Reply-Message := "uppercase of %{control.Tmp-String-0} is " + %str.upper(control.Tmp-String-0)
Output
uppercase of caipirinha is CAIPIRINHA