CALC.search(find_string, within_string, start_num)

Locates one text string within a second text string and returns the starting position of the first text string from the first character of the second text string.(The first character of a string has index 1.)

Example

CALC.search('e','statements', 6);

// returns 7

<< CALC.right(string, num_chars) © 1996-2013 InetSoft Technology Corporation (v11.4) CALC.substitute(text, old_text, new_text, instance_num) >>