Herror ::fnew_line (
    const HTuple &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 -> HTuple.long
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 H_MSG_TRUE. Otherwise an exception handling is raised.


Possible Predecessors

::fwrite_string


See also

::fwrite_string


Module

Basic operators



Copyright © 1996-2002 MVTec Software GmbH