Definitions for "Subscript" Add To Word List
Login or Register  | Word Lists | Search History

An expression indicating the position of a particular element in an array.
Helpful?           0
a value used as an index to select an element of a structure or a substring of a string. Tables can be subscripted by a value of any type; all other subscripts are integers.
Helpful?           0
In programming, a value enclosed in brackets ([ ]) that indicates either the number of elements in an array in the array declaration or the offset position within an array. In printing, one or more characters printed slightly below the bottom edge of the surrounding text.
Helpful?           0
A scalar integer expression (enclosed in parentheses and appended to the array name) indicating the position of an array element. The number of subscripts is the rank of the array. See also array element.
Helpful?           0
scalar value within the bounds of one dimension of an array. To specify a single array element, a subscript must be specified for each of the array's dimensions.
Helpful?           0
an integer value surrounded by square brackets, that describes the value you want to select
Helpful?           0
a number in brackets that follows an array's name
Helpful?           0
a number, inside parentheses, that differentiates one element of an array from another
Helpful?           0
a real expression in XL Fortran
Helpful?           0
a value that distinguishes one array item from the other array items
Helpful?           0
(n.) one of the lsit of scalar integer expressions in an array element selector. In Fortran 77 the whole list is referred to as the subscript.
Helpful?           0
(1) A symbol that is associated with the name of a set to identify a particular subset or element. (A) (2) A subscript expression or set of subscript expressions, enclosed in parentheses and used with an array name to identify a particular array element.
Helpful?           0
An index into an array which is used to specify an individual array component.
Helpful?           0
One or more expressions, each enclosed in brackets, that follow an array name. A subscript refers to an element in an array.
Helpful?           0
The index value of an element in an array.
Helpful?           0
A variable or constant that refers to a specific element in an array by its position within the array.
Helpful?           0