Jump to content
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
Webmaster
Posted 05 July 2009 - 12:35 PM
Posted 05 July 2009 - 12:42 PM
Var Prueba1: String; Prueba2: Byte;begin Prueba1 := PChar(Prueba2); {//También así Prueba1 := PChar(@prueba2); }end;