Skip to content

llList2String

function ll.List2String(ListVariable: {any}, Index: number): string

Copies the string at Index in the list.

Returns the value at Index in the specified list as a string. If Index describes a location not in the list then null string is returned.

Parameters
ListVariable ({any})
Index (number)

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

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