Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

UPPER()

Converts a character expression to uppercase format
---------------------------------------------------------------------------------

 Syntax

        UPPER( <cString> ) --> cUpperString  

 Arguments

        <cString>   Any character expression.    

 Returns

        <cUpperString>   Uppercased value of <cString>    

 Description

      This function converts all alpha characters in <cString> to upper
      case values and returns that formatted character expression.

 Examples

      ? UPPER("harbour")
      ? UPPER("Harbour")
  

Status

      Ready

 Compliance

      This function is CA-Clipper compatible

 Platforms

      All

 Files

      Library is rtl



See Also: LOWER() ISUPPER() ISLOWER()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson