LOTUSSCRIPT/COM/OLE CLASSES


PickListStrings method
Example

Creates a string array from a list selected by the user.


Note This method is new with Release 5.

Defined in

NotesUIWorkspace

Syntax

stringArray = notesUIWorkspace.PickListStrings( type% [, multipleSelection ] )

stringArray = notesUIWorkspace.PickListStrings( type% [, multipleSelection ], server$, databaseFileName$, viewName$, title$, prompt$, column% [, categoryname$ ] )

Parameters

type%

multipleSelection
server$
databaseFileName$
viewName$
title$
prompt$
column%
categoryname$
Return value

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