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]

ISALPHA()

Checks if leftmost character in a string is an alphabetic character
---------------------------------------------------------------------------------

 Syntax

        ISALPHA(<cString>) --> lAlpha  

 Arguments

        <cString>   Any character string    

 Returns

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

 Description

      This function return a logical true (.T.) if the first character  in
      <cString> is an alphabetic character.If not, the function will
      return a logical false (.F.).

 Examples

      QOUT( "isalpha( 'hello' ) = ", isalpha( 'hello' ) )
      QOUT( "isalpha( '12345' ) = ", isalpha( '12345' ) )
  

Status

      Ready

 Compliance

      This function is CA-Clipper compliant

 Platforms

      All

 Files

      Library is rtl



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

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