UpperCase(s:string) :string
UpperCase returns a copy of the
string S, with the same text but with all 7-bit ASCII characters between 'a' and
'z' converted to uppercase. To convert 8-bit international characters, use
AnsiUpperCase instead.
a=UpperCase("Test")