objectToList
|
The objectToList function converts the object {object} into a list
returning the new list. The {object} may be either a Vector, a Dictionary, a
Structure, or a Range. If the object is already a List, it is returned unchanged.
Any other type of object is returned as a List containing a singleton. Usage The objectToList function is used to coerce an object into a List (of Pairs).
(objectToList object ) A List created from the object argument
Expression:
Arguments
Name
Type
Description Argument: obj Vector Structure
Dictionary Range
Any other object except the ones specified will return a List containing a singleton.
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.
Vector | NumVector | List | Pair |
Structure | Dictionary |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|