Table of Contents

ArrayLength (Function)

Format

variable [?]
variable [?,]
variable [?][]
variable [,?]
variable [][?]

returns numeric_expression

Description

[?]One Dimensionaldimensioned length of the array
[?,]Two Dimensionalreturns the number of rows
[?][]Two Dimensionalreturns the number of rows
[,?]Two Dimensionalreturns the number of columns
[][?]Two Dimensionalreturns the number of columns

See Also

2016/01/01 22:42

History

1.99.99.67Added 'c' style element form