So I made a Console Application. In it has a user setting. In this setting looks like:
1(Empty)
2(Empty)
3(Empty)
4(Empty)
5(Empty)
6(Empty)
I Want the user to be able to edit the specific lines in this setting. I don't think it is possible to do this in the settings so if there is another way, please help me. I don't know how to get or change a specific line. I tried:
Console.WriteLine(My.Settings.UserContent.Line1) <-But it obviously did not work because you can not get lines like that from the settings.