Creates a string array from a list selected by the user.
Defined in
NotesUIWorkspace
Syntax
stringArray = notesUIWorkspace.PickListStrings( type% [, multipleSelection ] )
stringArray = notesUIWorkspace.PickListStrings( type% [, multipleSelection ], server$, databaseFileName$, viewName$, title$, prompt$, column% [, categoryname$ ] )
Parameters
type%
This method returns a variant containing a string array if you click OK, or it returns EMPTY if you click Cancel.
Language cross-reference
@PickList function in formula language
Example See Also