Skip to content

llList2String

string llList2String(list ListVariable, integer Index)

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 (list)
Index (integer)

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here