FindString - AGK Help

FindString

Description

Returns the index of the first occurance 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 )

integer FindString( str, findStr, ignoreCase, start )

Parameters