AELEMENT( ) Function
Visual FoxPro 9.0 SP2 |
AELEMENT( ) Function |
See Also |
![]() |
Returns the number of an array element from the element's subscripts.
AELEMENT(ArrayName, nRowSubscript [, nColumnSubscript]) |
Parameters
- ArrayName
-
Specifies the name of the array whose element number you want to return.
- nRowSubscript
-
Specifies the row subscript. If the array is one-dimensional, AELEMENT( ) identically returns nRowSubscript.
If you include just nRowSubscript and it is greater than the number of rows in the array, Visual FoxPro generates an error message.
- nColumnSubscript
-
Specifies the column subscript. If the array is two-dimensional, include both nRowSubscript and nColumnSubscript.
Return Value
Remarks
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic