Jump to content


Photo

Convertir Byte a Strings


  • Please log in to reply
1 reply to this topic

#1 enecumene

enecumene

    Webmaster

  • Administrador
  • 7419 posts
  • LocationRepública Dominicana

Posted 05 July 2009 - 12:35 PM

¿Alguien conoce una función para convertir valores Bytes en Strings?  *-)

Saludos.
  • 0

#2 enecumene

enecumene

    Webmaster

  • Administrador
  • 7419 posts
  • LocationRepública Dominicana

Posted 05 July 2009 - 12:42 PM

Bueno, yo mismo me contesto :p



delphi
  1. Var
  2.   Prueba1: String;
  3.   Prueba2: Byte;
  4. begin
  5.   Prueba1 := PChar(Prueba2);
  6.   {//También así­
  7.     Prueba1 := PChar(@prueba2); }
  8. end;



Saludos :$
  • 0




IP.Board spam blocked by CleanTalk.