3 %>@brief Returns the selected elements of a listbox or popupmenu
as a cell of strings
6 a = get(h_listbox, 'String');
8 if length(a) == 1 && ismember(a{1}, {
'(none)',
'(leave blank)'})
11 ii =
get(h_listbox,
'Value');
function listbox_get_selected_names(in h_listbox)
Analysis Session (AS) base class.