Skip to content

array_to_string

Hyomoto edited this page Jun 13, 2021 · 6 revisions
Jump To Go Back Arguments

array_to_string( array, *divider )

Returns: string

Throws: InvalidArgumentType

Returns the entries in array converted to a string using divider to separate them. If an array is not provided or the divider is not a string, InvalidArgumentType will be thrown.

Arguments

Name Type Purpose
array array The array to convert
*divider string The divider to use, default: " "
Clone this wiki locally