Ver Mensaje Individual
  #3  
Antiguo 25-08-2010
luisdevis luisdevis is offline
Miembro
 
Registrado: mar 2004
Posts: 32
Reputación: 0
luisdevis Va por buen camino
Ingabraham, lee cada línea y métela en una variable tipo string,luego usa la función pos() para detectar el texto que deseas,

p.ej.
Linea := readln(f,t);
P := pos('CORTE INTERES :',Linea);
if P > 0 then vCorte := copy(Linea,p+15,10)

y así sucesivamente...


Seguro que te servirá, pero no esperes que te pongamos todo el código de la rutina que necesitas.
Responder Con Cita