P
Peter
Does constructor New applicable to a module? What happen when a member of
the module test is accessed?
public module Test
sub new()
....
end sub
..
..
..
end module
the module test is accessed?
public module Test
sub new()
....
end sub
..
..
..
end module