Ver Mensaje Individual
  #1  
Antiguo 09-12-2005
emiliu emiliu is offline
Miembro
 
Registrado: sep 2005
Posts: 28
Reputación: 0
emiliu Va por buen camino
incompatible integer and extended

Hola amigos, verán soy inexperto en delphi, y estoy intentando la siguiente operacion:
Código:
 tiempo:=(tiempo + strtoint(stgtabla.cells[1,2]));
donde tiempo es una variable de tipo integer, y el texto de stgtabla.cells[1,2] un numero del 0 al 10, pues me da un error:

incompatible types, integer and extended

saludos y gracias de antemano
Responder Con Cita