Subj : a huge favor [MPL] To : fang-castro From : xqtr Date : Thu Oct 28 2021 06:12 pm fa> would someone give me a MPL line that simply writes a line of text to a .t fa> file? i.e. 'fang-castro is so lazy' > welcome.txt There is also a read to use command in MPL, called AppendText(). ;) AppendText (FileName, Text: String) This procedure will append a single line of text onto a text file. If the file does not exist, it will be created. Example: AppendText("c:\test.txt', 'This is a line of text added to test.txt!') .. :: XQTR :: Another Droid BBS :: andr01d.zapto.org:9999 :: xqtr@gmx.com --- Mystic BBS v1.12 A47 2020/11/23 (Raspberry Pi/32) * Origin: Another Droid BBS # andr01d.zapto.org:9999 (21:1/111) .