%FIO_WriteLine function
Related pages:
BOOL %FIO_WriteLine( INT in handle, TEXT in text )
handle | Return value of a file, returned by the functions %FIO_Create or %FIO_OpenAppend. |
text | Text to write. |
Having finished the work with the file, it must be closed by calling the function %FIO_Close. If execution of ESL script is terminated early, the D2000 EventHandler process will automatically close all opened files.
Related pages:
Pridať komentár