%FIO_ReadLine function
Related pages:
TEXT %FIO_ReadLine( INT in handle )
handle | The value of a file, returned by the function %FIO_OpenRead. |
The returned value represents the line that was read (without the line ending character). If the returned value is invalid, the handle value does not represent an open file, or the entire file has already been read (there are no more lines).
Related pages:
0 komentárov