HALCON Reference Manual 10.0.2
Name
fnew_linefnew_linefnew_lineFnewLineFnewLine — Create a line feed.
The operator fnew_linefnew_linefnew_lineFnewLineFnewLine puts out a line feed into the
output file. 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_linefnew_lineFnewLineFnewLine
returns the value 2 (H_MSG_TRUE). Otherwise an exception is raised.
fwrite_stringfwrite_stringfwrite_stringFwriteStringFwriteString
fwrite_stringfwrite_stringfwrite_stringFwriteStringFwriteString
Foundation
| HALCON Reference Manual 10.0.2 |
Copyright © 1996-2011 MVTec Software GmbH |