refValues
|
The refValues function returns the values of the Structure,
Directory or Dictionary argument into a Vector.
The refValues function returns the values of the argument as a vector.
The argument {source} may be a Vector, a Structure, a Dictionary, or a
Directory. If there are no values, #void is returned.
Usage The refValues function is used to return the values
of a Structure, Dictionary or Directory Object. For retrieving the keys see
refAttributes function.
The refValues function is used to return the values of an argument.Vector
Vector
(refValues struct) A Vector containing the values in the Structure Object. (refValues dict) A Vector containing the values in the Dictionary Object. (refValues dir) A Vector containing the values in the Directory Object. (refValues source) The vector of values.
Expression:
Arguments
Name
Type
Description Argument: struct Structure
The Structure to be referenced.
Returns:
Expression:
Arguments
Name
Type
Description Argument: dict Dictionary
The Dictionary to be referenced.
Returns:
Expression:
Arguments
Name
Type
Description Argument: dir Directory
The Directory to be referenced.
Returns:
Expression:
Arguments
Name
Type
Description Argument: source Vector Structure Dictionary Directory.
The source argument.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Structure | Dictionary | Directory | Vector |
Integer |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|