GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  Visual Basic
Go To First  |  Previous Question  |  Next Question 
 Visual Basic  |  Question 428 of 453    Print  
What is Immediate window,local window& Watch window?

  
Total Answers and Comments: 3 Last Update: February 20, 2007     Asked by: Sharmistha 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
December 09, 2006 08:38:11   #1  
lalita.p        

RE: What is Immediate window,local window& Watch windo...

Immediate window:
Basically use to check out the syntex error in a code
ex

?command.commandtext

WatchIndow:To check the value of local variable.


 
Is this answer useful? Yes | No
February 16, 2007 12:46:38   #2  
fsuhail Member Since: February 2007   Contribution: 3    

RE: What is Immediate window,local window& Watch windo...
Immediate Window is a great place for you to modify data or to test the function during development. You can enter valid expression in the Immediate window and VB will execute it. However objects referenced outside the scope of current code execution will generate an error.Local Window enables you to see the value of every variable and each member of all the objects which are in current scope.Watch Window enables you to monitor the value for a certain state. You might want the program execution to pause on an instruction that sets a certain date. You might want to set watch expression that cause VB to break when a variable changes its value or when an expression's value us True.
 
Is this answer useful? Yes | No
February 20, 2007 10:28:18   #3  
fsuhail Member Since: February 2007   Contribution: 3    

RE: What is Immediate window,local window& Watch windo...

Immediate Window is a great place for you to modify data or to test the function during development. You can enter valid expression in the Immediate window and VB will execute it. However objects referenced outside the scope of current code execution will generate an error.

Local Window enables you to see the value of every variable and each member of all the objects which are in current scope.

Watch Window enables you to monitor the value for a certain state. You might want the program execution to pause on an instruction that sets a certain date. You might want to set watch expression that cause VB to break when a variable changes its value or when an expression's value us True.


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape