Return the values from the selected rows of the listbox as a delimited string. The default used is the bound column value, but the column index can be specified if a different value is desired.
The delimiter to use
The list box
The column index to take the values from, defaults to the bound column
The quote type: None, SingleQuote, DoubleQuote
(no description)
ListboxSelectionsToDelimList (lstSample, , SingleQuote) => '1','5','10'