Count the number of occurences of a character in a string
──────────────────────────────────────────────────────────────────────────────

Syntax

GT_Occurs( cChar , cString )

Arguments:

cChar - Character to find
cString - String to search

Returns:

The number of occurences

Description:

Count the number of occurences of a character in a string

Examples:



Header File: GT_LIB.CH

Source: OCCURS.PRG

Author: Martin Colloby