Ver Mensaje Individual
  #3  
Antiguo 08-05-2006
Genner Genner is offline
Miembro
 
Registrado: feb 2006
Posts: 44
Reputación: 0
Genner Va por buen camino
hay alguna otra manera? me dijeron q usando un cast pero lo intente y me marca error pero ahora me marca el siguiente error:
Undeclared identifier 'Cast'
tengo el cast asi
Código Delphi [-]
var 
 indice:integer;
 cadena:string;
 begin
indice:=0;
 cadena:=Cast(indice  as string);
Responder Con Cita