Hello Guest it is April 25, 2024, 01:43:29 AM

Author Topic: VB script : Question()  (Read 1574 times)

0 Members and 1 Guest are viewing this topic.

Offline Julie

*
  •  18 18
    • View Profile
VB script : Question()
« 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.