Definitions for "Array element"
An individual, scalar component of an array that is specified by the array name and, in parenthesis, one or more subscript s that identify the element's position in the array.
A scalar item in an array. An array element is identified by the array name followed by one or more subscripts in parentheses, indicating the element's position in the array. For example, B(3) or A(2,5) .
(n.) one of the scalar data that make up an array.