Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#ActualTheScriptan

Posted 23 January 2013 - 06:52 AM

while (File.Exists("Settings.dat"))
        {
            options.username = reader.ReadLine();

            Console.WriteLine("User: " + options.username);
            reader.Close();
        }

What is wrong in here?


#1TheScriptan

Posted 23 January 2013 - 06:47 AM

I was in this, i don't have any if statements


PARTNERS