websmith wrote:
i'm using a memo to display the textual contents of a text file. in it contains only arrays of bytes.
That's all any file ever contains.
I would need to read out those bytes in the array one by one and reformat the byte value for some other usage.
To get character N from a memo, read Memo.Text[N]. -- Rob _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

