Thread
:
mx:list to comma delimited list
View Single Post
#
9
(
permalink
)
07-25-2008, 09:51 PM
ntsiii
Posts: n/a
Diggs:
Re: mx:list to comma delimited list
Now, that will not add the commas, of course:
teamMembers += aSelectedTeams[i].uniqname + ",";
Add logic if you need to leave the comma off the last value.
Tracy
ntsiii