How to pick elements from a list in Script

I’d like to have the user choose multiple elements from a list in a dialogue, but I don’t know how… any suggestions?

Regards

Björn

Subject: How to pick elements from a list in Script

variant = notesUIWorkspace.Prompt( type%, title$, prompt$ [, default ] [, values ] )

where type% is PROMPT_OKCANCELLISTMULT (7)

See Designer Help for details.

Subject: Many thanks!

Subject: search the help for Prompt-method or the PickListStrings-method.