Anyone know how to turn a list e.g.
widget 1
widget 2
widget 3
etc.
into comma separated list i.e.
widget 1, widget 2, widget 3 etc.
I found stuff like m_iscommadelimited and m_ getcommadelimited but there is not a lot of explanation on how to write these.
Thanks
Mike