User Tools

Site Tools


en:lists

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:lists [2016/08/07 15:45]
admin
en:lists [2020/04/26 22:18] (current)
admin
Line 1: Line 1:
-===== Lists ===== +===== Array List - 1 and 2 Dimensional Values ===== 
-A list is either a one dimensional set of values separated by commas and enclosed in braces { }, or a list of lists containing two dimensions of data.  You may use lists in many statements to define a collection of points or sounds.  Lists are also used to quickly assign a variable to an array of values.+An Array List is either a one dimensional set of values separated by commas and enclosed in braces { }, or a list of Array Lists containing two dimensions of data.  You may use Array Lists in many statements that are expecting arrays and can be used to create arrays without the dim statement.
  
 The [[explode|Explode]] and [[explodex|Explodex]] functions also return a list that may be used wherever lists are allowed. The [[explode|Explode]] and [[explodex|Explodex]] functions also return a list that may be used wherever lists are allowed.
- 
-==== Statements and Functions Where Lists May Be Used ==== 
-[[Arrays|Arrays]], [[dim|Dim]], [[implode|Implode]], [[poly|Poly]], [[sound|Sound]], [[spritepoly|Spritepoly]], [[stamp|Stamp]] 
- 
  
 ==== Example ==== ==== Example ====
Line 21: Line 17:
 ==== History ====  ==== History ==== 
 |1.99.99.55|Added two dimensional lists| |1.99.99.55|Added two dimensional lists|
 +|2.0.0.0|Clarified Difference between List of Values (Array) and [[maplist|Map List - Keys and Values]]|
  
en/lists.1470606342.txt.gz · Last modified: 2020/02/28 10:46 (external edit)