Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Remove Elements from a List?

Nyx Alsop
Registered User
Join date: 14 Dec 2008
Posts: 252
11-19-2009 15:38
I want to remove say

The 2nd, 3rd and 4th results from a List.

Whats the eaiest way to do that?
Dora Gustafson
Registered User
Join date: 13 Mar 2007
Posts: 779
11-19-2009 16:03
http://www.lslwiki.net/lslwiki/wakka.php?wakka=llDeleteSubList
_____________________
From Studio Dora
Nyx Alsop
Registered User
Join date: 14 Dec 2008
Posts: 252
11-19-2009 16:12
But doesn't that return a string of stuff you didn't delete, isnted of removing the elements?
Innula Zenovka
Registered User
Join date: 20 Jun 2007
Posts: 1,825
11-19-2009 16:17
From: Nyx Alsop
But doesn't that return a string of stuff you didn't delete, isnted of removing the elements?
Not if you say
CODE
my_list = llDeleteSubList(my_list, 1,3);