Alexandria Uptime: 16.17 Days
Total players online: 0



Take the Tour | Site Map

Name

join — Concatenates an array of strings into a single string.

Synopsis

call string.txt join { array } { separator } [ return ]

Author

the.WZA

Parameters

Table 108. join parameters

NameDescription
arrayName of the array of strings to be joined.
separatorString to join with
returnName of return array ('return' by default)

Description

Concatenates an array of strings into a single string.

Returns

@%3

Example

call string.txt split x_y_z _ myArray
call string.txt join myArray #spc myString

See Also

string.split