My program is going to open up a text file into a textbox..I then want the program to change my.settings according to the colour. For example, setting1 is line1 of the textbox, setting2 is line2 of the textbox.
Here's my text file
brown green yellow orange
so what I want it to do is assign a line to a setting. Line 1 for setting1, line 2 for setting2. And so on, I need it so it saves the line as the setting. So if line 1 = brown then setting1 = brown.
Could somebody please help me out a bit here?
Thanks a bunch!