Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~111 People Reached
Favorite Forums
Member Avatar for HTCGuy

Im having a strange problem here , Im reading settings from a .txt file using the code which works like a charm . [CODE]private string[] splitArray; private void Form1_Load(object sender, EventArgs e) { string[] lines = File.ReadAllLines("settings.txt"); foreach (string line in lines) { if (line == "" || line.StartsWith(" ") …

Member Avatar for sknake
0
111