Generating Lists
To perform operations on lists, it is sometimes necessary for you to prepare the lists yourself. (Lists are also generated as output from other Dataport functions, such as query functions.) There are two such situations:
The created lists are of type
stm_list
. You can store them (using an assignment statement) in a variable of this type to be used in subsequent statements.