<%
Option Explicit
Dim StringToConvert
StringToConvert = "cze"
Response.Write UCase(StringToConvert)
%>
