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.
Outputs
- selectorDialog
- The newly created selector dialog.
Examples
selectorDialog = bdeCreateSelectorDialog({'Option1', 'Option2', 'Option3'});
selectorDialog = hwscpSelectorDialog