Difference between revisions of "CONTAINS()"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 15: Line 15:
 
==Description==
 
==Description==
 
The CONTAINS() function returns true (.T.) if the current record contains the specified character string, <expC>.
 
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.
  
  

Revision as of 11:51, 17 November 2010

Template:YLM to do

Purpose

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


Syntax

CONTAINS(<expC>,<expL>)


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> .


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