long * FindString (char *str, long *count, int direction = 1, long start = -1, long end = -1,
Bool getStart = TRUE, Bool caseSensitive = TRUE)
Like FindString, but all occurrences of the string are found. The positions of the occuurrences are returned in an array, and *count is set to the length of the array.