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>chrcnt() character count - total occurrences of a character in a sting</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CHRCNT()    Character Count - total occurrences of a character in a sting

 Syntax....: CHRCNT( char,string )
 Parameters: <expC>: char   = the character to be counted
             <expC>: string = the string to be searched

 Returns...: <expN>: the total occurrences of the character in the string
 Cautions..: none
 CC Calls..: none
 Alias.....: none

 Example...: cnt= CHRCNT( "m","Mommy" )             && Result: cnt = 2

See Also: ATNEXT ALPHAAT

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