var
  x : array[1..20] of char;
  s : string;
begin
  strcopy(@x,'aaaaaaaaa');
  请贴代码,如何把x传给s
end;