Global = Public?
From: Top Spin (ToppSpin_at_hotmail.com)
Date: 07/09/04
- Next message: Bob O`Bob: "Re: Module windows reopen"
- Previous message: Larry Serflaten: "Re: Module windows reopen"
- Next in thread: Bob O`Bob: "Re: Global = Public?"
- Reply: Bob O`Bob: "Re: Global = Public?"
- Reply: Duane Bozarth: "Re: Global = Public?"
- Reply: MikeD: "Re: Global = Public?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 08 Jul 2004 22:17:57 -0400
I inherited some code that has some "Global" constants defined:
Global Const xyz = "abc"
In searching the archives, I found a couple of discussions indicating
that "Global" is an older term and the current term is "Public".
Is there any more to it than that?
Is there any reason for me to go through the old code and replace all
occurrences of "Global" with "Public"?
Is there any downside to doing so?
The online Help is silent as far as I could tell.
Thanks
-- Running MS VB 6.0 Pro (SP5) on Win2K-SR2 For email, use Usenet-20031220 at spamex.com
- Next message: Bob O`Bob: "Re: Module windows reopen"
- Previous message: Larry Serflaten: "Re: Module windows reopen"
- Next in thread: Bob O`Bob: "Re: Global = Public?"
- Reply: Bob O`Bob: "Re: Global = Public?"
- Reply: Duane Bozarth: "Re: Global = Public?"
- Reply: MikeD: "Re: Global = Public?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|