problem with Command window (2003)

  • Thread starter Thread starter PJ6
  • Start date Start date
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
 
Back
Top