Navigation: Contents   Index   Previous   Next

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") 

Navigation: Contents   Index   Previous   Next



Copyright © 1998 - 2012 Paessler AG