That is, post the line to the DocEdit before retrieving another line
if (infile.Open(file_name)) { while(!infile.IsEof()) { line = infile.GetLine(); memo.Append(line + "\n"); // Do some stuff... } }
[Updated on: Tue, 18 February 2025 08:15]
Report message to a moderator