i have 4 memos on a page 3 of them are single line and the last is a large memo.
Memo1 Memo2 Memo3 and Memo4
now for memo 4 i can use
Memo4.Lines.SaveToFile
(SaveDialog1.FileName + '.txt');
that works perfectly, but i want Memo1 2 and 3 saved to the same text file.
how is this possible?