A
List is a container of variables of the same type, where the data types
boolean,
number,
float, and
string are supported. In contrary to an array, the number of elements in a list is dynamic.
Silk Performer provides a number of functions to work with lists. A list without initialization has the size 0. Adding elements increases
the list size, removing elements decreases the size.
Note: Lists of lists are not supported.