Int function

Inno Setup Preprocessor

Int function

Prototype

int Int(any 1, int? 2)

Description

Function converts an expression to its integer representation. If the expression is an integer, the result of the function is the expression value. If the expression is void, the result is 0. If the expression is string, ISPP tries to convert it to integer; if such attempt fails, an error is raised unless second parameter specifies the default value.