[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 UPCASE                   Convert Byte to Upper Case                  pp 144

 Syntax:  UpCase (CharVar( ;

 Type:    Char

 Form:    Function

 Purpose: Convert CharVar to upper case.


 ----------------------------------------------------------------------------


 Usage:
       VAR
          CharVar : Char              ;  { Declare variable of type Char }

       BEGIN
          CharVar := UpCase (CharVar) ;  { Convert CharVar to upper case }
       END.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson