Ver Mensaje Individual
  #4  
Antiguo 30-04-2015
JuanOrtega JuanOrtega is offline
Miembro
NULL
 
Registrado: sep 2011
Posts: 130
Reputación: 13
JuanOrtega Va por buen camino
perdon por el doble post pero ya lo solucione ...

Código Delphi [-]
var test:string;
begin
test := 'test';    
MessageBox(0, Pchar('test : ' + test), 'test',MB_ICONINFORMATION);
end;
Responder Con Cita