well im having a little trouble hiding the password on my input because im using inputbox
i just want to cover up what the user will type at the inputbox with asterisk "*"
how can i change the input in the input box with * so it will not be seen by others while the user will type his password
in the input box it is password char property, but i dont know in the inputbox, anyone has any idea?
im using this simple code to make appear of the inputbox
myinput = inputbox("Input your password")