Folks,

How do I convert the following array to a string ? Does anyone have a Hex
conversion routine or a link they can point me to ?

a1: array[1..13] of Byte =
($68,$74,$74,$2E,$76,$65,$72,$69,$6E,$74,$6F,$2E,$63);
a2: array[1..13] of Byte =
($6F,$6D,$2F,$73,$74,$6F,$6D,$65,$72,$2E,$61,$73,$70);

Do I have to convert the hex to decimal and then use the Ord function, or is
there a single function that will do the job ?

I am using Delphi 6.

Many thanks,
Darren



_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to