I have a text file with 3 words in it, in this format:
Quote:
Word1 = Boat
Word2 = Car
Word3 = Plane
|
But I want to store them into the variables varword1, varword2 and varword3 in my application. Apparently I need to parse them but I have no idea if theres an easier way or if not then how to do it or where to even begin.
Any help would be greatly appreciated.