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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you...

Status
Not open for further replies.

huBBLe

Programmer
Joined
May 15, 2001
Messages
50
Location
SG
declare a variable to be both global n static, and where?
 
If it is defined in the decalarations section, it is automatically static. Define as Private for access by the Form, module or Class code only. Define as Public if code outside the Form, Module or class can access.
 
wat if i have multiple forms n i have already declared it as global in a .bas module?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top