How to hide what user type

Here’s some (I hope) simple question(s) for experts from begginer:I want to receive in string variable (in agent using LotusScript) some character string and use for that Inputbox function.

How to hide what user types in that dialog box (as when user type password)? Inputbox does not have that functionality.

Should I use form? How? What is the simplest way? Is there any examples for similar cases? (I’m not found anything useful with google)

PS I’m not familiar with Lotus Formula…

Thanks in advance!

Dalibor

Subject: How to hide what user type

Use workspace.Prompt(PROMPT_PASSWORD, Title$,“”)

Subject: RE: How to hide what user type

That’s what i’m looking for!!!Thanks a milion!

Dalibor