f$FileNewLine (f$DateiNeueZeile)
f$FileNewLine (f$DateiNeueZeile)
Insert a line break in the file previously opened for writing.
Syntax: | Status = f$FileNewLine( FileNo ) | ||
| Argument | Type | Meaning |
| FileNo | Integer | File number |
Result: | Integer | Number of characters written | |
Example: | Status = f$FileNewLine( FileNo ) | ||