var
a:string;
begin
a:=copy(edit1.text,1,1) ;
end;