Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%FIO_NewLine function


Function
The function appends a new line into the specified file.
Declaration


Blok kódu
languageesl
themeConfluence
BOOL %FIO_NewLine(
   INT in handle
 )
Parameters


handle
Value
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.