Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Viewing value of global variable

Status
Not open for further replies.

mogura

Programmer
Sep 6, 2003
22
GB
My application contains a global variable named gintmarketing and a module-level variable named mintOperations. Both variables are declared in the same module. A procedure in this module named MyProcedure contains the following line of code:

IntSales = gintMarketing + mintOperations

Can I view the value of gintMarketing from within MyProcedure by using the Watch Window, or should I use the Immediate Window?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top