Nombre: string[20]

Anuncio
type
regEmpleados = record
Legajo: integer;
Apellido: string[20];
Nombre: string[20];
Nro_Sector: integer;
dni:string[10];
horas_trab:real;
end;
Descargar