|
-
Jan 12th, 2000, 01:06 AM
#1
Thread Starter
Junior Member
Is there a difference between defining a variable as Global or defining it as Public?
Ex.
Global giEmpNbr as integer
Public giEmpNbr as integer
I think Public has replaced Global but are there any differences when concerned with memory?
Should I be concerned with deallocating memory in VB? Or does it just happen automatically?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|