Command window - Immediate Mode

  • Thread starter Thread starter Marcos Ribeiro
  • Start date Start date
M

Marcos Ribeiro

I cant figure the use ot the Command window on Immediate Mode (VS 2002 IDE)

If I use it on design mode I get:
?val("1.2")
The expression cannot be evaluated while in design mode.
If I use it on run mode I get:
?val("1.2")
The expression cannot be evaluated while in run mode.
And If I pause the execution I get:
?val("1.2")
Expression cannot be evaluated at this time.

Command window was very useful on VB6 IDE but i cant find a use for it on VS
2002 IDE

Marcos
 
Back
Top