CONTAINS()

From Recital Documentation Wiki
Revision as of 11:54, 17 November 2010 by Yvonnemilne (Talk | contribs)

Jump to: navigation, search

Template:YLM to do

Purpose

Function to determine whether the current record contains a specified character string


Syntax

CONTAINS(<expC>,<expL>|<expN>)


See Also

CHROVERLAP(), EMPTY(), EVALUATE(), EXPRCHECK(), FOR(), INDEX, INLIST(), INRANGE(), ISALPHA(), ISBLANK(), ISDIGIT(), MAX(), MAXVALUES(), MIN(), MINVALUES(), TYPE(), VARTYPE()


Description

The CONTAINS() function returns true (.T.) if the current record contains the specified character string, <expC>.

CONTAINS() performs a case-insensitive search of the record's character and memo fields.


Parameters Description
<expC> The character string to search for.
<expL> .
<expN> .


Example

open database southwind
use customers
// Restrict index to records containing string "USA"
index on lower(companyname) for contains("USA",.F.)


Products

Recital Server, Recital