String array

In reply to Devory:

$fscanf reads data matching a format specifier, and anything else is left unread. Note that the %s format specifier does not read whitespace. So if your strings are delimited by something else (like quotes), that becomes a much more difficult problem.