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]

ISUPPER()

Checks if leftmost character is an uppercased letter.
---------------------------------------------------------------------------------

 Syntax

        ISUPPER(<cString>) --> lUpper  

 Arguments

        <cString>   Any character string    

 Returns

       lUpper  Logical true (.T.) or false (.F.).    

 Description

      This function takes the caracter string <cString> and checks to  see
      if the leftmost character is a uppercased letter.If so, the
      function will return a logical true (.T.);otherwise, it will  return
      a logical false (.F.).

 Examples

      QOUT( "isupper( 'Abcde' ) = ", isupper( 'Abcde' ) )
      QOUT( "isupper( 'abcde' ) = ", isupper( 'abcde' ) )
  

Status

      Ready

 Compliance

      This function is CA-Clipper compliant

 Platforms

      All

 Files

      Library is rtl



See Also: ISALPHA() ISLOWER() ISDIGIT() LOWER() UPPER()

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