$FUNCNAME$
  CSCOUNT()
$CATEGORY$
  STRING
$SUMMARY$
	Returns the number specified chars into source string.
$LANG_RU$
	     .
$SYNTAX$
     CSCOUNT(<Char>, <sString>) 	--> <nCount>
$ARGUMENTS$
     <cChar>	Character, is the character for scanning.
     <sString>	String, is the source string
$LANG_RU$
     <cChar>	Character,   
     <sString>	String,  
$RETURNS$
     Returns the number of character <cChar> into source string <sString>.
$LANG_RU$
        <cChar>   <sString>.
$DESCRIPTION$
     CSCOUNT() returns the number of character <cChar> into source string <sString>.
$LANG_RU$
     CSCOUNT()    <cChar>   <sString>.
$EXAMPLES$

CSCOUNT("s", "substr") 		// --> 2
CSCOUNT("a", "substr") 		// --> 0

$PLATFORMS$
   No dependies of platform.
   $LANG_RU$
      
$SEEALSO$
$AUTHOR$
ITK
   $LANG_RU$

$END$

