[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
+---------------------------------+
|             OCCURS              |
+---------------------------------+
OCCURS(<expC1>, <expC2>)

-----------------------------------
Returns number of times character expression occurs in another character
expression.
Return value - Numeric
-----------------------------------

<expC1>
        Expression to search for.

<expC2>
        Expression to be searched.

+---------------------------------+
|             Examples            |
+---------------------------------+
STORE 'abracadabra' TO d_string
? OCCURS('a',d_string)

? OCCURS('b',d_string)

? OCCURS('c',d_string)

? OCCURS('e',d_string)

-----------------------------------

See Also:  $, INLIST()

-----------------------------------

See Also: $ INLIST()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson