CALC.find(string1, String2, search_index)

Finds the location of the first occurrence of string1 within string2, starting the search from position specified by search_index. (The first character is at index 1).

Example

CALC.find('asd','asdqwertasd', 6);

// returns 9

<< CALC.exact(string1, string2) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.fixed(number, decimals, no_commas) >>