Skip to content

llList2CSV

function ll.List2CSV(ListVariable: {any}): string

Creates a string of comma separated values from the list.

Create a string of comma separated values from the specified list.

Parameters
ListVariable ({any})

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

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