to show the sellected nicks i have this piece of code:
Code:
var %nicklijst = $+(%nicklijst,$chr(32),$nick($chan,%nick1)) 


nicks are sepperated by a space.
i would like it to show like this:

john & jack & charles & sophie & etc & etc

the & is $chr(38) but i always get the & sign before the firts or after the last nick like this:

& john & jack & charles & sophie & etc & etc

or

john & jack & charles & sophie & etc & etc &

Depending on where i put that code
How do i stop those first or last & signs from showing