Vidíte historickú verziu tejto stránky. Pozrite si aktuálnu verziu.

Porovnať s aktuálnou verziou Zobraziť históriu stránky

Verzia 1 Aktuálny »

%FIO_NewLine function


Function
The function appends a new line into the specified file.
Declaration
BOOL %FIO_NewLine(
   INT in handle
 )

Parameters
handle 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.
  • Žiadne štítky