I’ve written a UDO to concatenate an array of strings into a single string, with a seperator character. But when I pass an empty string, for some reason when you pass a zero length string, it removes one character from the string.
This is the output from the attached program.
SECTION 1:
[0] ‘one’
[1] ‘two’
[2] ‘three’
‘ontwthree’ ‘one, two, three’
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
test5.csd (1.09 KB)