Jhoann:
You could use CHR(10) to start a new line. Please see the following:
***********************************************************
declare
out_file text_io.file_type;
linebuf varchar2(1000);
begin
out_file :=text_io.fopen('word_file.doc','a');
Text_IO.Putf(out_file,'Name...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.