Navigation:  MCL Reference > String Functions >

Atc( )

Print this Topic Previous pageReturn to chapter overviewNext page

A Visual FoxPro built-in function which returns a number of telling the position of a characters expression in another character expression. This function is exactly the same as the At( ), except that the searching will be case insensitive.

 

Syntax

Atc(cSearchExpressioncExpressionSearched, nOccurrence)

 

Argument

cSearchExpression

Specifies the character expression to search for in cExpressionSearched.

cExpressionSearched

Specifies the character expression to search for.

 

Returns

Numeric

 

 


Page url: http://www.racematenet.com/english/help/index.html?atc.htm