cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
kdasari
Level 2

I want to reset the userdefined installanywhere variables

I have a requirement in which i need to reset the user input variables
If he inputs wrong variables, i will make him to move back to the previous panel and this process will continue until he inputs the correct results.
how to make user defined variables can be refreshed or reset.

InstallerProxy.setVariable("$USER_INPUT_RESULT_4","$NULL$");

but they are not getting reset.
can someone suggest some workaround

please help me here...........:rolleyes:
Labels (1)
0 Kudos
(1) Reply
jerome_IA
Level 9

What about using $EMPTY_STRING$ instead of $NULL$

Check $EMPTY_STRING$ definition in help files.

--Jerome
0 Kudos