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}
 
ru/anonymousarrays.txt · Last modified: 2010/06/30 11:27 (external edit)
 
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