ADEL( ) Function

Deletes an element from a one-dimensional array, or a row or column from a two-dimensional array.

ADEL(ArrayName, nElementNumber [, 2])

Parameters

ArrayName

Specifies the array from which the element, row, or column is deleted.

nElementNumber

Specifies the number of the element, row, or column to delete from the array. If the array is multidimensional, nElementNumber will specify the row. You must include the optional 2 argument to delete a column from the array.

NoteTip

For more information on how to reference elements in an array, see DIMENSION Command.

2

Deletes a column from the array.

Expand imageReturn Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic