Delivers a list with all objects of the collection.
| asList() | |||
|---|---|---|---|
| Argument | |||
| Return value | List | Order is random | |
| Formula | Result |
|---|---|
| =Set{2,5,3}.asList | [5,3,2] |
This functionality is only available for certain module packages.
Delivers a list with all objects of the collection.
| asList() | |||
|---|---|---|---|
| Argument | |||
| Return value | List | Order is random | |
| Formula | Result |
|---|---|
| =Set{2,5,3}.asList | [5,3,2] |