%FIO_Write function


Function
The function writes the specified text to a file.
Declaration
BOOL %FIO_Write(
   INT in handle, 
   TEXT in text
 )

Parameters
handle Return value of a file, returned by the functions %FIO_Create or %FIO_OpenAppend.
text Text to write.

Return value
@TRUE - text written, @FALSE - cannot write the text.
Napíšte komentár