Receives two strings as parameters and searches for one string within another. This function ignores the case and if found, returns the beginning numeric position otherwise returns 0
Example: VFPToolkit.strings.AtC("d", "Joe Doe"); //returns 5
public static int AtC( string cSearchFor, string cSearchIn );
Return Value
int
Parameters
cSearchFor
cSearchIn
Overloads:
See also:
Class wwUtils© West Wind Techologies, 1996-2023 • Updated: 07/31/07
Comment or report problem with topic