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

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

« Predchádzajúce Verzia 2 Aktuálny »

%FIO_Write function


Function
The function writes the specified text to a file.
Declaration
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.
  • Žiadne štítky