allo,

i'm trying to do a readback algo that reads the data in an array from a file and place each byte from the array into a variable. The data will be first loaded into a memo then from the memo each byte in the line will be then read into a variable in the app.

for example what you should visualize in the memo is as follows :-

letters[][13] ={
{0x00, 0x12, ---}
-----
{0x00, 0x34, --}

then the byte 0x00 is read and placed into the variable say iRow00 and similarly for the rest and so on.

what's the approach to achieve that concept.

your help in most appreciated and thus thanks in advance.

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

Reply via email to