forumheader
It is currently Tue Sep 07, 2010 2:51 am

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: llDeleteSubList() does not work with negative indices
PostPosted: Mon Jul 12, 2010 9:35 pm 
Offline

Joined: Fri Jul 02, 2010 3:39 pm
Posts: 1
list x = ["A", "B", "C"];
string y;
default
{
state_entry()
{
y = llDumpList2String(x, ","); // sep char
llSay(0, y);
x = llDeleteSubList(x, -1, -1);
y = llDumpList2String(x, ","); // sep char
llSay(0,y);
}
}

produces "A, B, C" and should produce "A, B" for the second output line.


Top
 Profile  
 
 Post subject: Re: llDeleteSubList() does not work with negative indices
PostPosted: Tue Jul 13, 2010 9:16 am 
Offline
Meta7 Admin

Joined: Sun Nov 22, 2009 8:24 am
Posts: 129
ok,

push to http://bugs.meta7.com
reference http://bugs.meta7.com/view.php?id=185


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron

© 2009-2010 Magne Metaverse Research, LLC

Powered by phpBB © 2000 - 2007, phpBB Group