llList2List
LSLlist llList2List(list src, integer start, integer end)
Returns 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.
Parameters
| Type | Name |
|---|---|
| list | src |
| integer | start |
| integer | end |
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
float llGetAndResetTime()
void llSetContentType(key id, integer type)
integer llGetUsedMemory()
void llMakeFountain(integer particles, float scale, float vel, float lifetime, float arc, integer bounce, string texture, vector offset, float bounce_offset)
void llDie()
void llSetPayPrice(integer price, list quick_pay_buttons)
void llMakeFire(integer particles, float scale, float vel, float lifetime, float arc, string texture, vector offset)
void llSetLinkSitFlags(integer linknum, integer flags)