Var SL: TStringList; begin SL := TStringList.Create; SL.Delimiter := #32; SL.DelimitedText := Edit1.Text; ...