llDumpList2String
function ll.DumpList2String(Source: {any}, Separator: string): stringReturns 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)
Examples
Section titled “Examples”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.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llDumpList2String