Name Inputbox ("Whats Your Name?") Msgbox ("Have A Good Day, ") + Name

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

VBS Codes

name=inputbox("Whats your name?")


msgbox("Have a good day, ") + name

pass=inputbox("Password?")
if pass="fish" then msgbox("Correct Password!") else msgbox("Incorrect
Password!")

You might also like