<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.secondlife.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kingfisher+Kirax</id>
	<title>Second Life Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.secondlife.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kingfisher+Kirax"/>
	<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/wiki/Special:Contributions/Kingfisher_Kirax"/>
	<updated>2026-06-28T06:05:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=Category:LSL_List&amp;diff=72100</id>
		<title>Category:LSL List</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=Category:LSL_List&amp;diff=72100"/>
		<updated>2008-06-15T03:45:31Z</updated>

		<summary type="html">&lt;p&gt;Kingfisher Kirax: Added clarification on nesting of lists.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Multi-lang}}&lt;br /&gt;
{{LSL Header}}{{LSLC|}}{{LSLC|Types}}&lt;br /&gt;
&lt;br /&gt;
A list is a special kind of data type which can contain zero or more elements of any other data type. &lt;br /&gt;
Lists are signified by square brackets surrounding their elements, which are separated by commas.&lt;br /&gt;
&lt;br /&gt;
List examples:&lt;br /&gt;
&amp;lt;pre&amp;gt;[0,1,2,3,4], [&amp;quot;Yes&amp;quot;,&amp;quot;No&amp;quot;,&amp;quot;Perhaps&amp;quot;], [1,14.154,&amp;quot;Isn&#039;t this fun?&amp;quot;,&amp;lt;0,0,0&amp;gt;]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A list can grow dynamically as large as needed during execution, and is only limited by the amount of memory that script has available.  However, there is a 72 element limit to lists defined at compile time.&lt;br /&gt;
&lt;br /&gt;
Lists cannot be nested, this means that a list may not contain another list.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[1, &amp;quot;one&amp;quot;, 2, &amp;quot;two&amp;quot;] + [3, &amp;quot;three&amp;quot;] returns [1, &amp;quot;one&amp;quot;, 2, &amp;quot;two&amp;quot;, 3, &amp;quot;three&amp;quot;]&lt;br /&gt;
not [1, &amp;quot;one&amp;quot;, 2, &amp;quot;two&amp;quot;, [3, &amp;quot;three&amp;quot;]]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is important to note that indexing starts at 0, not 1.&lt;br /&gt;
&lt;br /&gt;
To access the individual elements use the llList2&amp;lt;type&amp;gt; functions.&lt;/div&gt;</summary>
		<author><name>Kingfisher Kirax</name></author>
	</entry>
</feed>