Returns the value of a specified cell.
|
Syntax:
|
VecGet(Vector, Cell Index)
|
Parameters:
|
Vector – The vector value.
Cell Index – The index of the cell that is retrieved.
|
Returns:
|
The value as specified by the cell model attribute. A Null value is returned if the field is not a vector or if the cell index is negative. When the cell has not been updated, the function returns the default value of the cell model.
|
Example:
|
VecGet (C,1) – gets the value of the first element in vector C
|
See also:
|
The Online and Rich Client Samples projects (program CS03 and RCS03)
VecSet
|