Jump to content

Where can I view Test Results?


Sonu
 Share

Recommended Posts

Try something like ConsoleWrite. This will write a message on the SciTE console. You need to put on your script something in the likes of:

$password = "meine"
$getpass = InputBox("Enter Password", "Please enter the password:", "*")
If $getpass == $password Then
      ConsoleWrite("Password was succesfull!")
Else
      ConsoleWrite("Incorrect Password")
EndIf
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...