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.
Tip For more information on how to reference elements in an array, see DIMENSION Command.
- 2
-
Deletes a column from the array.
Return Value
Remarks
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08