FindString

Description

Returns the index of the first occurrence of findStr in the given string. Index 1 is the first character in the string, returns 0 if not found. By default this is case insensitive, use the ignoreCase parameter to set case sensitivity.

Definition

integer FindString( str, findStr, ignoreCase, start )

integer FindString( str, findStr )

Parameters