function test(list: tstrings): tstrings; begin result:=tstrings.create; result.Assign(list); result.Add('111'); end;