User Tools

Site Tools


en:arrays

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
Last revision Both sides next revision
en:arrays [2016/11/07 06:56]
admin
en:arrays [2020/04/21 18:27]
admin [History]
Line 27: Line 27:
 <code> <code>
 a = {1,2,3,4} a = {1,2,3,4}
-dim b = a+dim b = a[]
 </code> </code>
  
Line 45: Line 45:
 ==== Passing Arrays of Data to Builtin Functions and Statements ==== ==== Passing Arrays of Data to Builtin Functions and Statements ====
  
-When passing an array of data, like to the [[sound|sound]] statement, you must include an empty set of brackets [] after the variable name.  This was added to reduce the confusion between a regular variable and a variable containing an array of values.+When passing an array of data, like to the [[sound|sound]] statement, you may include an empty set of brackets [] after the variable name.  This was added to reduce the confusion between a regular variable and a variable containing an array of values.
  
 ==== History ==== ==== History ====
Line 51: Line 51:
 |1.99.99.57|added the fill assignment operator| |1.99.99.57|added the fill assignment operator|
 |1.99.99.72|added the array passing note| |1.99.99.72|added the array passing note|
 +|2.0.0.0|Added ability to change array base|
en/arrays.txt · Last modified: 2020/04/21 18:29 by admin