[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+-----------+##############################################################
#+-| ISALPHA() |--------------------------------+#############################
#| +-----------+ Returns TRUE if specified char |#############################
#|               string begins with a letter    |#############################
#+----------------------------------------------+#############################
##############################################################################
##############################################################################
#+--| Summary |----------------+##############################################
#|     #INCLUDE string.hdr     |##############################################
#+-----------------------------+##############################################
##############################################################################
##############################################################################
#+--| Syntax |--------------------------------+###############################
#|     FUNCTION LOGICAL isalpha PROTOTYPE     |###############################
#|      PARAMETERS CONST CHAR test_string     |###############################
#+--------------------------------------------+###############################
##############################################################################
##############################################################################
###########+---| Description |------------------------------------+###########
###########| The isalpha() function returns TRUE if the specified |###########
###########| character string test_string begins with a letter.   |###########
###########+------------------------------------------------------+###########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########|                                                          |#########
#########| ? isalpha( "1234 South Street")         && Prints .F.    |#########
#########| ? isalpha( " Lloyd Tabb" )              && Prints .F.    |#########
#########| ? isalpha( "Lloyd Tabb" )               && Prints .T.    |#########
#########| ? isalpha( chr(10)+chr(13)+"name")      && Prints .F.    |#########
#########| ? isalpha( "X4495" )                    && Prints .T.    |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: capfirst() isupper() islower() lower() upper()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson