List
Description
Selected argument values are returned as list elements in a list. A new column is created for the results.
Arguments selected must be of the same data type.
The initial element value of a list is assigned the index zero.
Use
- Select an argument. (Any)
- Optional: Select additional arguments. (Any)
- Enter an output field name.
- Click OK.
Example
The user wants a single field that has multiple values.
Color1 | Color2 | Color3 | Color4 | List() returns |
---|---|---|---|---|
red | blue | green | purple | [red, blue, green, purple] |
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_List" to see an example of this function.