Ver Mensaje Individual
  #2  
Antiguo 24-05-2016
rocksoft rocksoft is offline
Miembro
NULL
 
Registrado: may 2016
Posts: 71
Reputación: 8
rocksoft Va por buen camino
Buenas,

algo asi?

Código Delphi [-]
  if pos('CST',Memo1.Lines.Strings[i]) > 0 then
   Edit1.Text:=trim(Memo1.Lines.Strings[i]);
Responder Con Cita