Pascal Scripting: Uppercase

Prototype:

function Uppercase(S: String): String;

Description:

Returns a copy of the string S, but with all 7-bit ASCII characters between 'a' and 'z' converted to uppercase. To convert 8-bit international characters, use AnsiUppercase instead.