ll.List2String(ListVariable: list, 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.
ll.List2String({}, 15)
{
"def": "func",
"desc": "Copies the string at Index in the list.\nReturns 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.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlList2String",
"name": "List2String",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"string"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "ListVariable",
"desc": "",
"type": [
"list"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Index",
"desc": "",
"type": [
"integer",
"number"
],
"variadic": false,
"optional": false
}
]
}
]
}