[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
+---------------------------------+
|                $                |
+---------------------------------+
<expC1> $ <expC2>

-----------------------------------
Returns true (.T.) if <expC1> is contained in <expC2>.  If <expC1> is
not contained in <expC2>, returns false (.F.).
Return value - Logical
-----------------------------------

<expC1>
        Search string

<expC2>
        String to be searched

The following is perfectly acceptable (assuming that MEMO_FLD is a
database memo field):

LIST FOR 'FOX' $ UPPER(memo_fld)

+---------------------------------+
|             Example             |
+---------------------------------+
STORE 'FOX' TO fastvar
? fastvar $ 'THE QUICK RED FOX JUMPED OVER THE LAZY DOG'

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

See Also:  AT()

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

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