|
|
You set the content of a global list through the %setlist. Before setting a global list, you must declare it using the %list keyword.
|
%getlist "<name of global list>"
%setlist "ChildAttributes" = ""
%for "Attribute"
%setlocallist "CurrentObject" = "This"
%setlist "ChildAttributes" = %getlist "ChildAttributes" + %getlocallist "CurrentAttribute"
%endfor