Skip to main content

Get help for ARIS

Create list

The Create list operator creates a list of elements. All elements in the list must be of the same data type. The List indexing starts at 1.

Example 90.

In this example, the three characters (text) 'a', 'b', and 'c' are added to a list.

['a','b','c']