Inno Setup Preprocessor: TypeOf2

Prototype

int TypeOf2(any Expr)

Description

Returns the type of the given expression as one of the predefined TYPE_ constants. Unlike TypeOf, which only accepts an identifier, this function accepts any expression, including array elements.

Declared in ISPPBuiltins.iss.

See also

TypeOf