Page 1 of 1

ClassName_dot_Public

PostPosted: Tue Nov 16, 2010 12:29 am
by Henning
Getting rid of the need to precede access to Public WhatEver in _Module_ files with ModuleName.WhatEver.

When accessing Publics in Forms I agree with how it is, FormName.WhatEver.

It would be nice with a voting. :roll:

/Henning

Re: ClassName_dot_Public

PostPosted: Tue Nov 16, 2010 8:55 am
by berndnoetscher
Henning wrote:Getting rid of the need to precede access to Public WhatEver in _Module_ files with ModuleName.WhatEver.

When accessing Publics in Forms I agree with how it is, FormName.WhatEver.

It would be nice with a voting. :roll:

/Henning


Have thought about and will add a new keyword "Global" for global access without naming the module before. Hope you get along with this :-)
Code: Select all
Global Const
Global Dim
Global Sub
Global Function

Re: ClassName_dot_Public

PostPosted: Tue Nov 16, 2010 12:46 pm
by Henning
Thank You!

As I posted elsewhere, YES, Yes and yes.

Voting Closed ;)

/Henning

Re: ClassName_dot_Public

PostPosted: Wed Nov 17, 2010 7:57 pm
by Slowdown
hmmmmm :cry: