read sd card line by line

hey guy/girls

i was wondering if you could read a sd card line by line and storre the data in a variables. like a config file

if yes is there any special libary i should use ?

atm im using a arduino uno.

(sry if its a stupid question, but im new here :slight_smile: )

Use the sdfat library and read the examples there.

Pete

can you recommend an example?