M
Michael Chang
I have a multiselect listbox with ListStyleOption 1,
containing the following values: Mondays, Tuesdays,
Wednesdays, Thursdays, Fridays.
I would like to return the user's selections in a string
separated by commas with an "and" before the final item.
For example, if the user selected Mondays, Wednesdays and
Thursdays I would like myString to be "Mondays,
Wednesdays and Thursdays".
Any ideas?
Michael
containing the following values: Mondays, Tuesdays,
Wednesdays, Thursdays, Fridays.
I would like to return the user's selections in a string
separated by commas with an "and" before the final item.
For example, if the user selected Mondays, Wednesdays and
Thursdays I would like myString to be "Mondays,
Wednesdays and Thursdays".
Any ideas?
Michael