contents.gifindex.gifprev1.gifnext1.gif

Collection_Cell

Purpose

Returns the value of a particular cell in a collection.

Arguments

Collection_Cell(

<coll>
// Name of the collection.
, <row>
// Expression evaluating to a number, or 'last'.
, <col>
// Expression evaluating to the name of a column.
)

Example

Collection Cell( 'mvAA', 'last', 'LI_NUM' )