Voting

: five plus one?
(Example: nine)

The Note You're Voting On

eugene at pro-access dot com
23 years ago
If you want to read text files in csv format or the like(no matter what character the fields are separated with), you should use fgetcsv() instead. When a text for a field is blank, fscanf() may skip it and fill it with the next text, whereas fgetcsv() correctly regards it as a blank field.

<< Back to user notes page

To Top