 
 
 
|  | 
Where: identifier is the name of the list or dictionary collection type.
The following declares and creates a list collection: and then writes an element to the list:
       declare stringList as list[string]
       create stringList
       write stringList from "item 0"
 
		See also the Collections sample, which is available from Start > All Programs > Micro Focus Studio Enterprise Edition x.x > Samples, under COBOL for .NET .
 
 
