Re: Constructor in a module?
- From: "Beyonder" <beyonder@xxxxxxxxxxxxxxxx>
- Date: 20 Jul 2006 04:53:35 -0700
Should have googled first:
Found this - as always either Aaron or Joe came to the rescue (in this
case Aaron):
"Modules never go out of scope. Think of them like a singleton instance
of a class that RB makes for you when the application starts up.
There's only one "instance" of a Module, and it stays in scope
for the life of your application. But, remember, modules aren't
really classes, so they don't have things like constructors or
destructors."
Doh!
.
- References:
- Constructor in a module?
- From: Beyonder
- Constructor in a module?
- Prev by Date: Constructor in a module?
- Next by Date: Re: Structure Handling . How to?
- Previous by thread: Constructor in a module?
- Next by thread: Find/Replace broken in 2006r3?
- Index(es):
Relevant Pages
|