I have this in one of my basic programs...

Data 0,0,0,0,0
Data 1,4,5,3,1
Data 1,4,7,9,3

What I need is to be able to put those values into a file and import them when I need them....

How can I do that?

Thanks