3.2.8.11 fgetl



Description:


The "fgetl" function writes in the output buffer a single line of a file.
This function receive as arguments the file name and the line's number we want to get.
After the call execution you'll find the line as string in the output buffer "@1".

Declaration:


Example: