Ver Mensaje Individual
  #3  
Antiguo 21-02-2015
JuanOrtega JuanOrtega is offline
Miembro
NULL
 
Registrado: sep 2011
Posts: 130
Reputación: 13
JuanOrtega Va por buen camino
te agredezco la ayuda , una pregunta sobre el codigo , el cero en "0.." ¿ ya no importa y o es el mismo resultado ?

avance en el codigo :

Código Delphi [-]
function hola(texto:string):bool;
var
  test: string;
  probando: Array of Char;
bein
  SetLength(probando, length(texto) + 7);
  test := 'hola mundo';
  StrCopy(probando, pchar(test));
end;

pero ahora me da este error que antes no me daba : "There is no overloaded version of 'StrCopy' that can be called with these arguments" , ¿ a que se debe ?

Última edición por JuanOrtega fecha: 21-02-2015 a las 21:19:18.
Responder Con Cita