
|
|
Get SteelArrow!
|
 |
 |
 |
findNC
 |
 |
 |
 |
 |
| |
| |
| Return to Function List |
| |
|
Locates a string within a second string, or within a LIST object. Returns the zero offset
of string1 in string2. When used with LIST objects, returns the zero offset of string1 in
a LIST object (element number). This version uses case-insensitive compare.
|
| |
| Syntax |
FindNC( string_or_list, string_to_find )
|
| string_or_list |
String or LIST object to evaluate. |
| string_to_find |
String to locate in string_or_list. |
| |
| |
|
|
|
| |
|
|
|