%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.


Napíšte komentár