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]

LOWER()

Universally lowercases a character string expression.
---------------------------------------------------------------------------------

 Syntax

        LOWER( <cString> ) --> cLowerString  

 Arguments

        <cString>   Any character expression.    

 Returns

        <cLowerString>   Lowercased value of <cString>    

 Description

      This function converts any character expression passes as <cString>
      to its lowercased representation.Any nonalphabetic character
      withing  <cString> will remain unchanged.

 Examples

      ? Lower("HARBOUR")
      ? Lower("Hello All")
      

Status

      Ready

 Compliance

      This function is CA-Clipper compatible

 Platforms

      ALL

 Files

      Library is rtl



See Also: UPPER() ISLOWER() ISUPPER()

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