NewList
Syntax
NewList name.<type>()
Description
NewList allows to declare a new dynamic linked list. Each element of the list is allocated dynamically. There are no element limits, so there can be as many as needed. A list can have any standard or structured type. To view all commands used to manage lists, please click here.
Example :
NewList mylist.l() AddElement(mylist()) mylist() = 10