bdeCreateSelectorDialog

Creates a selector dialog from a list of names.

Syntax

selectorDialog = bdeCreateSelectorDialog(names)

Inputs

names
A list of strings. These are the strings to select from in the selector dialog.
Type: list

Outputs

selectorDialog
The newly created selector dialog.
Type: hwscpSelectorDialog

Examples

Create a selector dialog:

          selectorDialog = bdeCreateSelectorDialog({'Option1', 'Option2', 'Option3'});
        

          
            selectorDialog = hwscpSelectorDialog