<?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=Esteth+Eponym</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=Esteth+Eponym"/>
	<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/wiki/Special:Contributions/Esteth_Eponym"/>
	<updated>2026-07-28T20:16:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User:Esteth_Eponym&amp;diff=10851</id>
		<title>User:Esteth Eponym</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User:Esteth_Eponym&amp;diff=10851"/>
		<updated>2007-02-18T17:51:17Z</updated>

		<summary type="html">&lt;p&gt;Esteth Eponym: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Esteth Eponym is a teen grid resident who plays somewhat sporadically, but enjoys scripting.&lt;/div&gt;</summary>
		<author><name>Esteth Eponym</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=List&amp;diff=10850</id>
		<title>List</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=List&amp;diff=10850"/>
		<updated>2007-02-18T17:46:52Z</updated>

		<summary type="html">&lt;p&gt;Esteth Eponym: reverted to some of the info in the old wiki entry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LSL Header}}&lt;br /&gt;
[[Category: LSL Types]]&lt;br /&gt;
[[Category: LSL List]]&lt;br /&gt;
Instead of arrays, LSL uses lists. The list {{LSLG|type}} is exactly what it sounds like: a heterogeneous list of the other data types. Lists are created via {{LSLG|csv|comma-separated values (CSV)}} of the other data types. enclosed by square brackets: &amp;quot;[&amp;quot; and &amp;quot;]&amp;quot;. See below for examples of the {{LSLG|syntax}}.&lt;br /&gt;
&lt;br /&gt;
Lists not only store the {{LSLG|value}} of the list item, but also its type (see {{LSLG|llGetListEntryType}} and {{LSLG|llCSV2List}}). To directly enter a {{LSLG|float}} {{LSLG|value}} into a list, a decimal point (.) must be used.&lt;br /&gt;
&lt;br /&gt;
Because they store multiple value types, lists are not accessed with square brackets like arrays are. They are read by accessor {{LSLG|functions}} that specify the type of value attempting to be retrieved (e.g. {{LSLG|llList2Integer}}) and written with accessor functions that insert or replace values (or ranges of values) based on new list {{LSLG|variables}} (e.g. {{LSLG|llListReplaceList}}).&lt;br /&gt;
&lt;br /&gt;
Note: while the {{LSLG|LSL}} {{LSLG|compiler}} will only accept {{LSLG|code}} with a maximum of 72 items in a list, lists can actually support as many items as a {{LSLG|script}}&#039;s {{LSLG|memory}} will allow. If a list of more than 72 predefined items is needed, just {{LSLG|concatenate}} (combine) two predefined lists into a new one: longlist = firstpart + secondpart;&lt;br /&gt;
&lt;br /&gt;
Lists cannot contain other lists, so using them like a multidimensional array is not possible natively (although several ways around this are available). Also, {{LSLG|stride|strided}} lists can be used.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&amp;lt;pre&amp;gt;//a list with a string, integer, float, vector and rotation&lt;br /&gt;
list l = [&amp;quot;somestring&amp;quot;,12,3.0,&amp;lt;3.3,4,0&amp;gt;,&amp;lt;0,0,0,1&amp;gt;];&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Esteth Eponym</name></author>
	</entry>
</feed>