List.Reduce(list : list, expression : str, value : any) : any
Combine all values in list into a single value using the supplied expression.
9.02 or later.
| Name | Type | Description |
| list | list | list value |
| expression | str | expression to compute combined value (use '$value' and '$item' to refer to the current value and item, respectively) |
| value | any? | starting value (optional, default: nil) |
A single value representing the combination of lists values using the supplied expression
| Output | ||
| :a:b:c | |
| start-middle-end |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by