View Single Post
  #9 (permalink)  
Old 07-25-2008, 09:51 PM
ntsiii
 
Posts: n/a
Diggs:
Default 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

Reply With Quote