Porovnávané verzie

Kľúč

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

%FIO_Write function


Function
The function writes the specified text to a file.


Declaration


Blok kódu
languageesl
themeConfluence
BOOL %FIO_Write(
   INT in handle, 
   TEXT in text
 )


Parameters


handleReturn value of a file, returned by the functions %FIO_Create or %FIO_OpenAppend.
textText to write.


Return value
@TRUE - text written, @FALSE - cannot write the text.