Can somebody show me the syntaxt on how to read just one line of a text file and how to specify which line to read?

e.g. if I have a .ini file like

[PROGRAM NAME]
ODBC
Total_Fields = 6

what syntax should I use to return just the line Total_Fields = 6?

Thanks in advance

Andrew