[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
UpCase                   Returns Upper-Case Character Equivalent

 UpCase(Ch : Char) : Char;                                               [TP]

    Returns the upper-case character Equivalent of Ch if Ch is in the
    range 'a'..'z'; otherwise, this function just returns Ch.

              Ch    Any character value

  -------------------------------- Example ---------------------------------

           Ch := UpCase('a');       { Ch = 'A' }
           Ch := UpCase('Q');       { Ch = 'Q' }
           Ch := UpCase('2');       { Ch = '2' }

See Also: Chr Ord
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson