websmith wrote:
allo,

Hello again. Remember, you're writing to a moderated mailing list. Messages don't get distributed to everyone else right away. You need to be patient. Replies to previous messages don't appear immediately.

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.

OK.

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.

Unless you need to display the file's contents to the user, and the file's contents really are text, a TMemo is a poor choice. Do not choose a UI control to store your data. If you need an array of bytes, then declare an array of bytes.

What part of your task are you having trouble with?

--
Rob

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

Reply via email to