The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



AppendToTextFile


Unit:SDL_filesys
Class: none
Declaration: [1] procedure AppendToTextFile (FName, Text: string);
[2] procedure AppendToTextFile (FName: string; SL: TStringList);

The procedure AppendToTextFile appends either the string Text to the text file FName (in version [1]), or all strings contained in the string list SL (in version [2]). If the file FName does not exist, it is created automatically when AppendToTextFile is called the first time.


Last Update: 2023-Feb-06