Subj : a huge favor [MPL] To : fang-castro From : Black Panther Date : Fri Oct 29 2021 03:04 pm Hello fang-castro! 29 Oct 21 13:37, you wrote to me: BP>> Var BP>> fptr : File BP>> Begin BP>> fAssign(fptr,'welcome.txt) BP>> fReWrite(fptr) //will recreate the file each time BP>> it's run BP>> WriteLn(fptr,'fang-castro is so lazy') BP>> fClose(fptr) BP>> End fc> I had to modify above to below for it work... Keeping me on my toes. fc> Var fc> fptr : File fc> Begin fc> fAssign(fptr,'welcome.txt',66) fc> fReWrite(fptr) //will recreate the file each time it's run fc> fWriteLn(fptr,'fang-castro is so lazy') fc> fClose(fptr) fc> End Ah, sorry about that. I've been spending time working in FreePascal lately. ;) Black Panther .... Forrest Gump: Stupid am as stoopid doo --- GoldED+/LNX 1.1.5-b20180707 * Origin: Exploring other frontiers! (21:1/186) .