As you will see I am new to Setup Factory.
I want to assign a string of "M" to the variable #NET1#. Then I want to see if that letter (using #NET1#) is in the password that was just entered.
#Net1# = M
Find String (%Result% = position of #Net1# in %LCS_Password%)
Show Message Box ( Results = %Results% & %LCS_Password%)
IF (%Results% != %LCS_Password%)
[This message has been edited by Jean (edited 01-31-2002).]
I want to assign a string of "M" to the variable #NET1#. Then I want to see if that letter (using #NET1#) is in the password that was just entered.
#Net1# = M
Find String (%Result% = position of #Net1# in %LCS_Password%)
Show Message Box ( Results = %Results% & %LCS_Password%)
IF (%Results% != %LCS_Password%)
[This message has been edited by Jean (edited 01-31-2002).]
Comment