Hi all,
I define an array variable with the value like
["AMM2SZH","AMM2SZH"]
I want to join the two elements together by using JOIN with some suffix characters, see pic
What I expect is the output should be "AMM2SZH;AMM2SZH;", but it looks like the JOIN doesn't loop to the last element, so there's no ";" at the end of the string.
How do fulfill my requirement by using JOIN? Or other function?

Report
All responses (
Answers (