FIO_NewLine
%FIO_NewLine function
Function
The function appends a new line into the specified file.
Declaration
BOOL %FIO_NewLine(
INT in handle
)Parameters
handle | The value of a file, returned by the functions %FIO_Create or %FIO_OpenAppend. |
Return value
@TRUE - new line appended into the file, @FALSE - cannot append a new line.
Related pages: