NEW_LINE procedure
The NEW_LINE procedure writes an end-of-line character sequence to a specified file.
Syntax
Procedure parameters
- file
- An input argument of type UTL_FILE.FILE_TYPE that contains the file handle.
- lines
- An optional input argument of type INTEGER that specifies the
number of end-of-line character sequences to write to the file. The
default is
1
.