Difference between revisions of "NXSL:ArrayToString"

Jump to navigation Jump to search
(Created page with "__NOTOC__ Concatenates array elements into single string. If some array elements are arrays, they will be concatenated recursively. '''Since:''' 2.0.2 == Syntax == ArrayTo...")
 
Line 12: Line 12:
== Parameters ==
== Parameters ==


:{|
:{| class="wikitable"
|-
|-
| ''array'' || Array to convert.
| ''array'' || Array to convert.