Prev Page Next Page
ArrayTotalLen
Previous Top Next

Returns the total length (size) of an array including all the dimensions. This is the length used to access the array as a single dimension array.

Syntax: ArrayTotalLen (Array)

Example:
Dim arr(5,10)
...
For i = 0 To ArrayTotalLen (items) -1
  arr(i) = i
Next


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