Name
fnew_lineT_fnew_lineFnewLineFnewLine — Create a line feed.
The operator fnew_linefnew_lineFnewLineFnewLineFnewLine puts out a line feed into the output
file defined by the handle FileHandleFileHandleFileHandleFileHandlefileHandle. The output file
must be opened in ASCII format. At the same time the output buffer
is cleaned.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
fwrite_string(FileHandle,'Good Morning')
fnew_line(FileHandle)
fwrite_string(FileHandle,"Good Morning") ;
fnew_line(FileHandle) ;
fwrite_string(FileHandle,'Good Morning')
fnew_line(FileHandle)
fwrite_string(FileHandle,'Good Morning')
fnew_line(FileHandle)
fwrite_string(FileHandle,'Good Morning')
fnew_line(FileHandle)
If an output file is open and it can be written to the file,
the operator fnew_linefnew_lineFnewLineFnewLineFnewLine
returns the value 2 (H_MSG_TRUE). Otherwise, an exception is raised.
fwrite_stringfwrite_stringFwriteStringFwriteStringFwriteString
fwrite_stringfwrite_stringFwriteStringFwriteStringFwriteString
Foundation