On Jan 4, 11:49*am, Martin Phillips <MartinPhill... (AT) ladybridge (DOT) com>
wrote:
Quote:
You seem to have answered your own question!
If by "class variable" you are refering to variables declared as
PRIVATE or PUBLIC in a class module, these start out unassigned just
like locla variables in conventional programs and suborutines.
If you want to set them to some other value, you do this in the
CREATE.OBJECT subroutine (the equivalent of a constructor routine in
other OO programming languages). This optional subroutine is executed
once as the object is instantiated.
If this does not help, please post a more specific description of what
you are trying to achieve.
Martin Phillips, Ladybridge Systems |
ok thanks