E r g e b n i s / R e s u l t
Displays a dialog that prompts the user for a password and returns it.
B e s c h r e i b u n g / D e s c r i p t i o n
The routine displays a dialog which shows "Bitte geben Sie ihr Passwort ein" and asks the user for the password. When the user is typing, the typed characters are hidden by * characters. After the user has entered the password, it gets returned by the function.
S y n t a x
Code:
value = call ('PASSWORT') P a r a m e t e r
R e t u r n s
The password the user entered or @, if the user cancelled.
B e i s p i e l / E x a m p l e
Code:
attach 'PASSWORT'
put call ('PASSWORT' ) ! returns the password the user entered
detach 'PASSWORT'