Okay, so I have a text file like this:
I Did It Your Way, 11.95
The History of Scotland, 14.50
Learn Calculus in One Day, 29.95
Feel the Stress, 18.50
Great Poems, 12.95
Europe on a Shoestring, 10.95
The Life of Mozart, 14.50
And, as you can see, there are prices of the items at the end. Somehow I want to extract thsee numbers and read them into an array so I can perform calculations with them... What could I possibly do? Thanks!