There is no Requester in PB for those kind of action.
Syntax
Code: Select all
LoginRequester(Title$, TextLogin$, TextPassword$ [, DefaultLogin$ [, DefaultPassword$, [Flag]]])#PB_InputRequester_Password: set the field type as 'password'. The displayed text will be hidden.
Code: Select all
LoginName$ = SelectedLogin()
PasswordName$ = SelectedPassword()