HELP
An object that extracts elements from an
array.

USE
Use Get Values to access particular elements
of an array.  You can extract single or
multiple elements, columns, or rows from one
or more arrays.

Use Get Values to get information about a
set of data such as:  the data type, the
number of dimensions, the dimension sizes,
and the total size of all the array elements
of the input array.

LOCATION
Data ==> Access Array ==> Get Values

OPEN VIEW PARAMETERS

Formula Box - Specifies the elements of the
array that you are extracting.  The specific
symbols associated with arrays are:

* Comma (,) - Separates element dimensions.

* Colon (:)  - Indicates a set of elements
inclusively.

* Asterisk (*) - A wild card to indicate the
entire column or row.

EXAMPLE
To extract the 2nd column from a two
dimensional array [3,3] elements, keeping in
mind that array indices are zero-based:

-      -                        -   - 
|1 2 3 |                        | 2 |
|4 5 6 |  Array [*,1] outputs:  | 5 | 
|7 8 9 |                        | 8 |
-      -                        -   -

NOTES
Get Values accepts expressions in the entry
box.

All arrays are zero-based.

There must be exactly one specification
for each array dimension.

For more information on the array syntax,
see the Formula Reference chapter in the
HP VEE Reference manual.

SEE ALSO
Data, Set Values, and UnBuild Data.

Array in the "Formula Reference" chapter in
the HP VEE Reference manual.
