[SOLVED] Â Commas between values in dropdown list |
1/7/2009 12:40:13 PM |
ASPRunnerPro General questions | |
author
I have a couple of fields that are populated by values (a list of last names) from a multiple select dropdown list. It works great, but when the field is displayed on the view page, there are commas between the values, but no spaces after the commas. |
|
J
|
Jane 1/8/2009 |
Hi, out = out & ","
out = out & ", " |
|
501342 1/8/2009 |
J
|
Jane 1/9/2009 |
Hi, |