fnew_line ( : : FileHandle : )

Create a line feed.

The operator fnew_line puts out a line feed into the output file. At the same time the output buffer is cleaned.


Parameters

FileHandle (input_control)
file -> integer
File handle.


Example
  fwrite_string(FileHandle,'Good Morning') 
  fnew_line(FileHandle) 
  

Result

If an output file is open and it can be written to the file the operator fnew_line returns the value 2 (H_MSG_TRUE). Otherwise an exception handling is raised.


Parallelization Information

fnew_line is reentrant and processed without parallelization.


Possible Predecessors

fwrite_string


See also

fwrite_string


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH