Adds an element, row, or column to an array and returns a numeric value representing the number of added elements.

Syntax

AGROW (<array name>, <expN>)

<array name>

The name of a declared one- or two-dimensional array you want to add elements to.

< expN>

Either 1 or 2. When you specify 1, AGROW( ) adds a single element to a one-dimensional array or a row to a two-dimensional array. When you specify 2, AGROW( ) adds a column to the array.

Description

See the description for grow( ).