Converts the alphabetic characters in a string to uppercase.
string.uCase( )
Returns: String
This function does not take any arguments.
string = "mylucee"; writedump(string.ucase());