WORDCNT

Generated from C.60.01 /SYS/PUB/CICAT last modified on Thu Jan 11 09:18:52 2001

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