Ver Mensaje Individual
  #3  
Antiguo 29-12-2010
mc7 mc7 is offline
Registrado
NULL
 
Registrado: dic 2010
Posts: 3
Reputación: 0
mc7 Va por buen camino
Si,de momento es todo cuanto debo hacer . Y los datos deben ser introducidos por pantalla.

tres de los errores ya los he solventado, era que habia puesto t_indice en una parte y t_index en otra, y t_fecha en uno y t_data en otro para referirme a la misma variable. tambien se me habia olvidado definir el array t_indice como integer.
el resto, son los siguientes:
(18): ',' or '.' expected but '=' found
(26): type 't_fecha is not yet completely defined
(28): undeclared identifier: 't_hour'
(32): undeclared identifier: 't_indice'
(32): undeclared identifier: 't_tren'
(38): 'END' expected but 'VAR' found
(41): undeclared identifier: 'tren'
(41): 'END' expected but ')' found
Responder Con Cita