Prev Page Next Page
Array
Previous Top Next

The Array keyword is used to initialize arrays and structures with the specified data. It supports arrays of one dimension only.

Syntax: Array (DestArray, Array Elements)

Example:
Array(Primes, 1,2,3,5,7,11,13,17,19)
Rem Primes is now an array of length 9




  
Prev Page Next Page
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)