WORDCNT

Generated from C.65.00 /SYSADMIN/PUB/MYCICAT last modified on Sun Aug 29 15:08:37 2004

Back to Main Index


Syntax:     WORDCNT(string[,delims][,start])

Defn:       A CI evaluator function that returns the number or words
            (tokens) defined by "delims" in "string", starting at
            "start".  The default delimiters are the same as for WORD
            and DELIMPOS.  The default start is one.

Type:       Integer

Example:    wordcnt('file a=bb,old;rec=40,,f,ascii')
Result:     9

Back to Main Index