![]() |
#4 |
Участник
|
Цитата:
Просто добавте в конце выводимой строки и система сама запишет. См также help: = WRITE (File) - Use this function to write to an ASCII or binary file. :-) = TEXTMODE (File) - This function is used to set whether a file should be opened as an ASCII file or a binary file. The function can also be used to determine what the current setting of this option is for a file. [IsTextmode] := File.TEXTMODE([SetTextmode]) IsTextmode: boolean The current setting of this option for the file. If IsTextmode is... TRUE An ASCII file FALSE A binary file P.S. Возврат каретки (код 0Dh), Перевод строки (0Аh) (сокращенно CR/LF) |
|