ll.List2List (ListVariable: list, Start: number, End: number) -> listReturns a subset of entries from ListVariable, in a range specified by the Start and End indicies (inclusive). Using negative numbers for Start and/or End causes the index to count backwards from the length of the string, so 0, -1 would capture the entire string. If Start is greater than End, the sub string is the exclusion of the entries.
ll.List2List({}, 3.14, 3.14)
{
"def": "func",
"desc": "Returns a subset of entries from ListVariable, in a range specified by the Start and End indicies (inclusive).\nUsing negative numbers for Start and/or End causes the index to count backwards from the length of the string, so 0, -1 would capture the entire string.\nIf Start is greater than End, the sub string is the exclusion of the entries.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlList2List",
"private": false,
"takesSelf": false,
"name": "List2List",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "list"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "ListVariable",
"desc": "",
"type": [
{
"def": "simple",
"value": "list"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Start",
"desc": "",
"type": [
{
"def": "simple",
"value": "number"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "End",
"desc": "",
"type": [
{
"def": "simple",
"value": "number"
}
],
"variadic": false,
"optional": false
}
]
}
]
}