Inno Setup Preprocessor: Find

Prototype

int Find(int 1, str 2, int? 3, str? 4, int? 5, str? 6, int? 7)

Description

Intended to be used with insert directive: returns the index of the line in the preprocessor output depending on specified criteria.

First parameter denotes the index of the line to start the search from, usually it is set to zero.

Second, fourth, and sixth parameters should specify string(s) to search within each line. Only the second parameter must be specified, whereas fourth and sixth may be omitted.

Third, fifth, and seventh parameters should specify the search flags for each string meaning that third parameter specifies flags for second, fifth for fourth, and seventh for sixth.

If any of the 'flags' parameters is omitted but the string parameter preceding it is specified, FIND_MATCH | FIND_AND (i. e. 0) is assumed.

Values for third, fifth, and seventh parameters of Find function are declared in ISPPBuiltins.iss. See Find flags topic for the description of each value.

See also

insert.