SCL Reference: readline() Function
The SCL readline() function reads a line from an input file into a string variable.
readline(fileVar, // file variable of file to read
inStr) // string variable to receive line
fileVar file variable (from file_open) to read the line from.
inStr is a string variable to receive the file line read.