P
PJ6
? int.Parse("2.0")
error: identifier 'int' out of scope
? "foo".IndexOf("o")
error: expression '"foo".IndexOf' out of scope
For the love of god, why is int and other basic stuff out of scope in my
Command window when I'm debugging?
VB doesn't do this, is this a C# thing?
Paul
error: identifier 'int' out of scope
? "foo".IndexOf("o")
error: expression '"foo".IndexOf' out of scope
For the love of god, why is int and other basic stuff out of scope in my
Command window when I'm debugging?
VB doesn't do this, is this a C# thing?
Paul