VAR_BOOLEAN_X Variable

InstallAnywhere 2021

There is also a variable to correspond with the USER_INPUT_RESULTS_1, USER_INPUT_RESULTS_2, and USER_INPUT_RESULTS_3. If your installer requires localization, the values and characters that correspond with this user input panel may vary from language to language. The VAR_BOOLEAN variable deals with this by providing a true (1) or false (0) value if choices are selected. To use the example above:

$X$="Paul","","George"

$X_1$=Paul

$X_2$=

$X_3$=George

$X_BOOLEAN_1$=1

$X_BOOLEAN_2$=0

$X_BOOLEAN_3$=1

See Also