Skip to content

llDumpList2String

function ll.DumpList2String(Source: {any}, Separator: string): string

Returns the list as a single string, using Separator between the entries.

Write the list out as a single string, using Separator between values.

Parameters
Source ({any})
Separator (string)

Add example usage here showing SLua/Luau syntax with ll.DumpList2String().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.