A function defined in __bbmod_string.gml
bbmod_string_join_array(_separator, _array)
Joins an array into a string, putting separator in between each entry.
Name | Type | Description |
---|---|---|
_separator | String |
The string to put in between entries. |
_array | Array |
The array to join. |
String
The resulting string.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.