Re: globals?
- From: "Herfried K. Wagner [MVP]" <hirf-spam-me-here@xxxxxx>
- Date: Sat, 27 Jan 2007 03:27:35 +0100
"Tom Leylan" <tleylan@xxxxxxxxxx> schrieb:
I will suggest it is "easy" but I'm doubtful that it is the "standard" or (if it is at this point) that it will remain so.
http://msdn2.microsoft.com/en-us/library/7825002w(VS.80).aspx
I'd like to caution the OP against modules. As the number of public functions increases you'll tend to want to organize them in some way, classes do this for you in a natural way.
Even modules organize functions. This only doesn't necessarily implicate that they can only be used with qualification (module name). The Visual Basic Runtime Library is a perfect sample.
Perhaps as an exercise you could list (here) the names of 3 or 4 functions which you might consider putting into a module. What are their names and (if isn't obvious) what do they do?
Functionality similar to the functionality in the Visual Basic Runtime Library. Extended mathematical functions, for example which are used extensively in the context of the project.
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
.
- Follow-Ups:
- Re: globals?
- From: Tom Leylan
- Re: globals?
- References:
- globals?
- From: Smokey Grindle
- Re: globals?
- From: Herfried K. Wagner [MVP]
- Re: globals?
- From: Tom Leylan
- globals?
- Prev by Date: Re: Slow update of Access tables
- Next by Date: Re: I now understand Aaron Kempf (WAS: WHERE CAN I ASK A QUESTION ABOUT VB?)
- Previous by thread: Re: globals?
- Next by thread: Re: globals?
- Index(es):
Loading