ATCLINE( ) Function
Returns the line number of the first occurrence of a character expression or memo field within another character expression or memo field, without regard for the case (upper or lower) of the characters in either expression.
ATCLINE(cSearchExpression, cExpressionSearched) |
Parameters
- cSearchExpression
-
Specifies the character expression that ATCLINE( ) searches for in cExpressionSearched.
- cExpressionSearched
-
Specifies the character expression cSearchExpression searches for.
Both cSearchExpression and cExpressionSearched can be memo fields of any size. Use MLINE( ) to return the line containing the matching character expression.
Tip ATCLINE() offers a convenient way to search memo fields.
Return Value
Remarks
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08