listArrayValues Command

Description

Retrieves values for elements in an array.

Command Syntax

listArrayValues <object>[.<property>.[...]].<property>
"lav" can also be used as short-hand for "listArrayValues".

Example

>start Array a
Object a started.
>l a
3 properties found:
in (type=double[5]) (access=sg)
out (type=double[5]) (access=g)
class (type=java.lang.Class) (access=g)
>lav a.out
5 elements found:
a.out[0] = 1.0
a.out[1] = 2.0
a.out[2] = 3.0
a.out[3] = 4.0
a.out[4] = 5.0

See also Analysis Server | Analysis Server Commands