CONCATALL
Syntax
CONCATALL(["string1","string2",...,"stringn"],"delimiter")Arguments
Examples
CONCATALL(["Product1","Product2"],"--")
//returns the concatenated string: Product1--Product2 
Last updated
Was this helpful?
CONCATALL(["string1","string2",...,"stringn"],"delimiter")CONCATALL(["Product1","Product2"],"--")
//returns the concatenated string: Product1--Product2 
Last updated
Was this helpful?
Was this helpful?