Combine Text

Notes

Combines the given text. Text can be given in an array.

Syntax

combineText(text: <#Array or String#>, combine: <#Type (WFTextSeparator)#>, cSeperator: <#String (Allows Variables)#>)

Example

combineText(text: "Hello World", combine: Custom, cSeperator: ",")