Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>alphaat() locate the first alpha (a-z,a-z) character</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ALPHAAT()   Locate the first alpha (A-Z,a-z) character

 Syntax....: ALPHAAT( c_string )
 Parameters: <expC>: c_string = the string to be searched

 Returns...: <expN>: the position in the string of the first alpha (A-Z,a-z)
                     character, if no Alpha characters found, returns 0
 Cautions..: none
 CC Calls..: none
 Alias.....: none

 Example...: AlphaPos= ALPHAAT( "1234567890ABCDEF" )
             ? AlphaPos                             && Result: 11


See Also: ATNEXT CHRCNT

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