var
  a:array of string;
begin
  SetLength(a,Length);
  a[0]:='0';
  a[1]:='1';
  a:=nil;
end;