Difference between revisions of "NXSL:ArrayToString"

32 bytes added ,  16:13, 13 September 2022
m
Text replacement - "^" to "{{deprecated}}"
(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...")
 
m (Text replacement - "^" to "{{deprecated}}")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
__NOTOC__
{{deprecated}}__NOTOC__
Concatenates array elements into single string. If some array elements are arrays, they will be concatenated recursively.
Concatenates array elements into single string. If some array elements are arrays, they will be concatenated recursively.


Line 12: Line 12:
== Parameters ==
== Parameters ==


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