I’ve got a textfile which contains the following data:
name = Very well sir
age = 23
profile = none
birthday= germany
manufacturer = Me
And I want to get the profile, birthday and manufacturer value but can’t seem to get it right. I succeded including the file into my program but there it stops. I just can’t figure out how I will clean the textfile up.
Here’s my current code: http://sv.paidpaste.com/HrQXbg
1 Answer