allo,

i'm using a memo to display the textual contents of a text file. in it contains only arrays of bytes. I would need to read out those bytes in the array one by one and reformat the byte value for some other usage.
Thus need advise as to how that could be done.

The sample of the array content seen in the memo is as follows:-

ubyte letters[][13] = {
{0x00, 0x12, ......}
....
{0x21, 0xFF,...}};

ciao
daniel

_______________________________________________
Delphi mailing list -> Delphi@elists.org
http://www.elists.org/mailman/listinfo/delphi

Reply via email to