Str function

Inno Setup Preprocessor

Str function

Prototype

str Str(any)

Description

Function converts an expression to string. If the expression is integer, the result is its string representation. If the expression is void, the result is an empty string. Otherwise the result is the value of the expression.