For example if n=5, I want this:
names:("Saint Denis";"Rhodes";"Strawberry";"Valentine";"Omar")
to become this
"Sain, Den,s" "Rhod,s" "Stra,berr," "Vale,tine" "Omar"
I believe I have to use ssr and iterate through my list, so something like this
{$[count x < 4;x;ssr[x;"????.";","]]} each names
Any Ideas?
You can do something like this:
Explanation: