Anonymous Arrays

An anonymous array is a set of numeric values or a set of string values, separated by commas, and enclosed in braces {}. An anonymous array can be used in place of an array variable, or it can be used to assign to an array variable.

Example

dim myarray(4)
myarray = {1, 2, 3, 4}
 
en/anonymousarrays.txt · Last modified: 2010/06/30 09:28 by 76.177.172.88
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki