Read multiple lines from csv file

 
So I have a script that opens a csv file and starts calling FileReadString() to get each element in the csv which is just 1 line atm. Now I want to have multiple lines in my csv. Do I just keep calling FileReadString() and it'll move to the next line and start over on that line?