Machsupport Forum
Mach Discussion => VB and the development of wizards => Topic started by: Julie on November 16, 2015, 07:57:24 AM
-
Hello,
I tried password message button.
When user enter the PassCode "1234", is it possible to show character " **** "?
Now it shows "1234" intactly.
example vb script:
IF Question("PassCode ?") = 1234 THEN
DoOemButton(232)
End IF
Thank you.