Purpose
To determine the position of a string within another string without regard for case
Syntax
AtNoCase( <cSearchFor>, <cSearchIn> ) nLocation
Argument
<cSearchFor> is the character string to search for
<cSearchIn> is the character string to search
Returns
AtNoCase() returns a numeric indicating the location of <cSearchFor> within <cSearchIn >. If <cSearchFor > is not found, AtNoCase() returns 0.