Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • size: The initial number of elements allocated for an array.
  • resize: If true, the array will be resized larger to accommodate more elements if needed. If the array is large, this process might take some time.


The DIM statement may be used instead of the CreateObject() function to create a new array. The DIM statement can be advantageous because it automatically creates array-of-array structures for multi-dimensional arrays. 

...

Sets an entry of a given index to the passed type value.